Avalonia ColorPicker control
Перейти к файлу
Wiesław Šoltés b487862e60 Update to 11.2 2024-10-31 11:49:55 +01:00
.github Update 2022-11-03 19:24:04 +01:00
.nuke Update to .NET 6 2021-11-08 22:57:36 +01:00
build Update to 11.2 2024-10-31 11:49:55 +01:00
images Create ColorPicker.png 2019-06-04 18:02:21 +02:00
samples/ColorPickerDemo Update 2024-03-03 16:09:15 +01:00
src/ThemeEditor.Controls.ColorPicker Update 2024-03-03 16:09:15 +01:00
tests/ThemeEditor.Controls.ColorPicker.UnitTests Update 2024-03-03 16:09:15 +01:00
.editorconfig Update .editorconfig 2021-07-18 14:17:19 +02:00
.gitattributes Init repo 2018-10-31 10:05:40 +00:00
.gitignore Update .gitignore 2022-11-17 22:49:34 +01:00
LICENSE.TXT Update LICENSE.TXT 2022-01-27 09:32:47 +01:00
NuGet.Config Update 2024-03-03 16:09:15 +01:00
README.md Update README.md 2022-11-15 12:36:18 +01:00
ThemeEditor.sln Update 2022-11-03 19:24:04 +01:00
_config.yml Set theme jekyll-theme-cayman 2022-02-04 13:09:34 +01:00
azure-pipelines.yml Update azure-pipelines.yml 2024-07-22 20:22:31 +02:00
build.cmd Update to .NET 6 2021-11-08 22:57:36 +01:00
build.ps1 Update to .NET 6 2021-11-08 22:57:36 +01:00
build.sh Update to .NET 6 2021-11-08 22:57:36 +01:00
global.json Update 2024-03-03 16:09:15 +01:00

README.md

ColorPicker

Build Status CI

NuGet NuGet MyGet

Github All Releases GitHub Release Github Releases

Download

The latest downloads are available in the release section.

About

ColorPicker is an Avalonia UI Framework color picker control.

Usage

Install-Package ThemeEditor.Controls.ColorPicker

<StyleInclude Source="avares://ThemeEditor.Controls.ColorPicker/ColorPicker.axaml" />
xmlns:cp="clr-namespace:ThemeEditor.Controls.ColorPicker;assembly=ThemeEditor.Controls.ColorPicker"
<cp:ColorPicker Color="Red" />

NuGet

Color picker control is delivered as a NuGet package.

You can find the packages here NuGet 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 feed

and install the package like this:

Install-Package ThemeEditor.Controls.ColorPicker -Pre

Resources

License

ColorPicker is licensed under the MIT license.