PixiEditor / ColorPicker

Customizable Color Picker control for WPF and AvaloniaUI
https://pixieditor.net/colorpicker
MIT License
247 stars 25 forks source link
avaloniaui color-picker colors control dotnet graphics hsl hsv nuget rgb wpf wpf-color-picker xaml

Discord Server Download Downloads

About

A collection of various WPF and AvaloniaUI controls used to select colors. Supports .NET Framework 4.5.1+, .NET Core 3.1+, .NET 5 - 7 (WPF) and .NET 6 - 8 (AvaloniaUI). Originally developed for PixiEditor.

screenshot

Included Controls

demo project

Example Usage

See ColorPickerDemo for an example project.

Basic usage:

Properties

All controls share these properties:

Apart from those, some controls have unique properties:

Styling

Styling differs between AvaloniaUI and WPF version. See the respective READMEs for more info.

AvaloniaUI

See AvaloniaUI Styling

WPF

See WPF Styling

Other

Read flabbet's article on the theory behind the first version of this project on dev.to