{"id":13779672,"url":"https://github.com/wieslawsoltes/ColorPicker","last_synced_at":"2025-05-11T13:30:57.669Z","repository":{"id":40480028,"uuid":"155535722","full_name":"wieslawsoltes/ColorPicker","owner":"wieslawsoltes","description":"Avalonia ColorPicker control","archived":false,"fork":false,"pushed_at":"2024-07-22T19:00:52.000Z","size":137865,"stargazers_count":199,"open_issues_count":1,"forks_count":18,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-30T01:02:40.642Z","etag":null,"topics":["avalonia","avaloniaui","color-picker","csharp","xaml"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wieslawsoltes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["wieslawsoltes"]}},"created_at":"2018-10-31T10:01:58.000Z","updated_at":"2024-10-24T17:23:19.000Z","dependencies_parsed_at":"2024-01-15T01:04:25.489Z","dependency_job_id":"d6ba27dd-0b55-4a39-8fda-ccd73569b13d","html_url":"https://github.com/wieslawsoltes/ColorPicker","commit_stats":null,"previous_names":["wieslawsoltes/themeeditor"],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FColorPicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FColorPicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FColorPicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FColorPicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieslawsoltes","download_url":"https://codeload.github.com/wieslawsoltes/ColorPicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222828132,"owners_count":17043703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avalonia","avaloniaui","color-picker","csharp","xaml"],"created_at":"2024-08-03T18:01:07.884Z","updated_at":"2024-11-17T15:30:36.318Z","avatar_url":"https://github.com/wieslawsoltes.png","language":"C#","funding_links":["https://github.com/sponsors/wieslawsoltes"],"categories":["Tooling"],"sub_categories":["Web Browsers"],"readme":"# ColorPicker\n\n[![Build Status](https://dev.azure.com/wieslawsoltes/GitHub/_apis/build/status/wieslawsoltes.ColorPicker?repoName=wieslawsoltes%2FColorPicker\u0026branchName=release%2F0.10.11-rc.1)](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=106\u0026repoName=wieslawsoltes%2FColorPicker\u0026branchName=release%2F0.10.11-rc.1)\n[![CI](https://github.com/wieslawsoltes/ColorPicker/actions/workflows/build.yml/badge.svg)](https://github.com/wieslawsoltes/ThemeEditor/actions/workflows/build.yml)\n\n[![NuGet](https://img.shields.io/nuget/v/ThemeEditor.Controls.ColorPicker.svg)](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker)\n[![NuGet](https://img.shields.io/nuget/dt/ThemeEditor.Controls.ColorPicker.svg)](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker)\n[![MyGet](https://img.shields.io/myget/themeeditor-nightly/vpre/ThemeEditor.Controls.ColorPicker.svg?label=myget)](https://www.myget.org/gallery/themeeditor-nightly)\n\n[![Github All Releases](https://img.shields.io/github/downloads/wieslawsoltes/themeeditor/total.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases)\n[![GitHub Release](https://img.shields.io/github/release/wieslawsoltes/themeeditor.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases/latest)\n[![Github Releases](https://img.shields.io/github/downloads/wieslawsoltes/themeeditor/latest/total.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases)\n\n## Download\n\n[The latest downloads are available in the release section.](https://github.com/wieslawsoltes/ColorPicker/releases/latest)\n\n# About\n\nColorPicker is an [Avalonia UI Framework](http://avaloniaui.net/) color picker control.\n\n# Usage\n\n`Install-Package ThemeEditor.Controls.ColorPicker`\n\n```xaml\n\u003cStyleInclude Source=\"avares://ThemeEditor.Controls.ColorPicker/ColorPicker.axaml\" /\u003e\n```\n\n```xaml\nxmlns:cp=\"clr-namespace:ThemeEditor.Controls.ColorPicker;assembly=ThemeEditor.Controls.ColorPicker\"\n```\n\n```xaml\n\u003ccp:ColorPicker Color=\"Red\" /\u003e\n```\n\n## NuGet\n\nColor picker control is delivered as a NuGet package.\n\nYou can find the packages here [NuGet](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker/) and install the package like this:\n\n`Install-Package ThemeEditor.Controls.ColorPicker`\n\nor by using nightly build feed:\n* Add `https://www.myget.org/F/themeeditor-nightly/api/v2` to your package sources\n* Alternative nightly build feed `https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json`\n* Update your package using `ThemeEditor.Controls.ColorPicker` feed\n\nand install the package like this:\n\n`Install-Package ThemeEditor.Controls.ColorPicker -Pre`\n\n# Resources\n\n* [GitHub source code repository.](https://github.com/wieslawsoltes/ColorPicker)\n* [Wiki.](https://github.com/wieslawsoltes/ColorPicker/wiki)\n\n# License\n\nColorPicker is licensed under the [MIT license](LICENSE.TXT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2FColorPicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieslawsoltes%2FColorPicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2FColorPicker/lists"}