Unified Color
RadColorEditor’s UnifiedColor property represents an entity that exposes all the values of a color in the different color models.
If the RadColorEditor SelectedColor is set to Magenta, the UnifiedColor property will expose the value of the Magenta color in each color model.
<telerik:RadColorEditor x:Name="colorEditor1" SelectedColor="Magenta" />
If you set the UnifiedColor property its value will immediately reflect on the SelectedColor property value.