Skip to main content

Likely the most customizable and advanced color picker for WPF and AvaloniaUI.
Try in the browser

Installation

Install-Package PixiEditor.ColorPicker

Usage

<Window
xmlns:colorpicker="clr-namespace:ColorPicker;assembly=ColorPicker">
<colorpicker:StandardColorPicker x:Name="main" />
<colorpicker:PortableColorPicker ColorState="{Binding ElementName=main, Path=ColorState, Mode=TwoWay}"/>

Check out the docs for more