Usage guide
Select your framework
Install the Package
$
dotnet add PixiEditor.ColorPicker --version 3.4.2Use the component
<Window
...
xmlns:colorpicker="clr-namespace:ColorPicker;assembly=ColorPicker"
...> <colorpicker:StandardColorPicker x:Name="main" />
<colorpicker:PortableColorPicker ColorState="{Binding ElementName=main, Path=ColorState, Mode=TwoWay}" />