Skip to content

MikeCodesDotNET/ColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Avalonia Color Picker

An Avalonia Color Picker. Includes a HSV color wheel, CIE views and Sketch like pickers.

Update

This project has been picked up by Aura.UI. I'd recommend using that library instead :)

HSV Color Wheel

Getting Started

Import the XAML namespaces


xmlns:cp="clr-namespace:ColorPicker;assembly=ColorPicker"	

HSV Color Wheel

<cp:ColorWheel ThumbSize="24" 
               SelectedColor="{Binding SelectedColor}" />

Provided Converters

  • RGBColor To Hex
  • RGBColor To SolidBrush

About

An Avalonia Color Picker. Includes a HSV color wheel, CIE views and Sketch like pickers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages