We are proud to introduce the newest member of the Telerik XAML family - the
Color Editor. With its powerful color selection mechanism, the
Color Editor allows an intuitive way of picking your desired color. The Color Editor provides support for few of the major color modes -
RGB,
HSV,
HLS and
CMYK. In addition, the Color Editor allows you to edit each individual channel of the above mentioned color models.
Let's begin with the most basic declaration of the Color Editor in XAML.
<telerik:RadColorEditor Height="220" Width="400" />
By changing the value in the color mode drop-down you can control which color model is currently active. As mentioned...