Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieslawsoltes/ColorPicker
Avalonia ColorPicker control
https://github.com/wieslawsoltes/ColorPicker
avalonia avaloniaui color-picker csharp xaml
Last synced: 3 months ago
JSON representation
Avalonia ColorPicker control
- Host: GitHub
- URL: https://github.com/wieslawsoltes/ColorPicker
- Owner: wieslawsoltes
- License: mit
- Created: 2018-10-31T10:01:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T16:52:36.000Z (8 months ago)
- Last Synced: 2024-05-18T21:38:36.407Z (6 months ago)
- Topics: avalonia, avaloniaui, color-picker, csharp, xaml
- Language: C#
- Homepage:
- Size: 131 MB
- Stars: 192
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.TXT
Awesome Lists containing this project
- awesome-avalonia - ThemeEditor - ThemeEditor is an Avalonia UI Framework theme editor. (Tooling / Web Browsers)
README
# ColorPicker
[![Build Status](https://dev.azure.com/wieslawsoltes/GitHub/_apis/build/status/wieslawsoltes.ColorPicker?repoName=wieslawsoltes%2FColorPicker&branchName=release%2F0.10.11-rc.1)](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=106&repoName=wieslawsoltes%2FColorPicker&branchName=release%2F0.10.11-rc.1)
[![CI](https://github.com/wieslawsoltes/ColorPicker/actions/workflows/build.yml/badge.svg)](https://github.com/wieslawsoltes/ThemeEditor/actions/workflows/build.yml)[![NuGet](https://img.shields.io/nuget/v/ThemeEditor.Controls.ColorPicker.svg)](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker)
[![NuGet](https://img.shields.io/nuget/dt/ThemeEditor.Controls.ColorPicker.svg)](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker)
[![MyGet](https://img.shields.io/myget/themeeditor-nightly/vpre/ThemeEditor.Controls.ColorPicker.svg?label=myget)](https://www.myget.org/gallery/themeeditor-nightly)[![Github All Releases](https://img.shields.io/github/downloads/wieslawsoltes/themeeditor/total.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases)
[![GitHub Release](https://img.shields.io/github/release/wieslawsoltes/themeeditor.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases/latest)
[![Github Releases](https://img.shields.io/github/downloads/wieslawsoltes/themeeditor/latest/total.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases)## Download
[The latest downloads are available in the release section.](https://github.com/wieslawsoltes/ColorPicker/releases/latest)
# About
ColorPicker is an [Avalonia UI Framework](http://avaloniaui.net/) color picker control.
# Usage
`Install-Package ThemeEditor.Controls.ColorPicker`
```xaml
```
```xaml
xmlns:cp="clr-namespace:ThemeEditor.Controls.ColorPicker;assembly=ThemeEditor.Controls.ColorPicker"
``````xaml
```
## NuGet
Color picker control is delivered as a NuGet package.
You can find the packages here [NuGet](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker/) and install the package like this:
`Install-Package ThemeEditor.Controls.ColorPicker`
or by using nightly build feed:
* Add `https://www.myget.org/F/themeeditor-nightly/api/v2` to your package sources
* Alternative nightly build feed `https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json`
* Update your package using `ThemeEditor.Controls.ColorPicker` feedand install the package like this:
`Install-Package ThemeEditor.Controls.ColorPicker -Pre`
# Resources
* [GitHub source code repository.](https://github.com/wieslawsoltes/ColorPicker)
* [Wiki.](https://github.com/wieslawsoltes/ColorPicker/wiki)# License
ColorPicker is licensed under the [MIT license](LICENSE.TXT).