New to Telerik UI for WPF? Download free 30-day trial

Color Mode

The RadColorEditor control allows supports the most popular color models. You can choose which one to use by setting the ColorMode property.

The ColorMode property is an enumeration of type ColorMode and it exposed the following members:

Example 1: Set the color model to RGB

<telerik:RadColorEditor x:Name="colorEditor" SelectedColor="Red" ColorMode="RGB"/> 

See Also

In this article