The WPF ColorPicker allows users to select a color visually in a WYSIWYG interface. The control provides RGB, HSV, and hex color modes for color selection. Eye dropper support lets users pick colors from any application.
Easily pick a color using RGB, HSV, or hex color values. Sliders make it easy to select color values. Preview the selected color within the control.
The eye dropper tool supports picking a color from any part of the application. The color values are updated based on the selected color.
The WPF ColorPicker control supports solid color selection, as well as gradient colors. A gradient editor allows users to set gradient stops, starting points, and end points to choose the gradient color. A preview box lets users see the selected gradient color.
Built-in system colors are available in a list with color names. This makes it easy to use the system color resources.
The WPF ColorPicker control contains built-in themes to suit all themed applications.
Supports right-to-left (RTL) direction for users working in right-to-left languages like Hebrew, Arabic,or Persian.
Easily get started with the WPF ColorPicker using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF ColorPicker Example that shows you how to render and configure the ColorPicker in WPF.
<syncfusion:ColorPicker Name="colorPicker" Height="100" Width="280"/>
using Syncfusion.Windows.Shared;
{
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
ColorPicker colorPicker = new ColorPicker();
colorPicker.Width = 300;
colorPicker.Height = 100;
this.Content = colorPicker;
}
}
}
Syncfusion WPF ColorPicker provides the following:
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.