The Color
It combines an HsbColorPicker with edit boxes for RGB (red, green, blue). This allows the end user to select the color either via HSB (hue, saturation, brightness) or RGB values. In addition, a drop-down allows selection of an HSB text input mode, where HSB edit boxes are displayed in place of the RGB ones.
Alpha transparency selection is also optionally supported.
Alpha Transparency
The Color
When false
, the edit box will only allow selection of an RGB color instead of an ARGB color.
Embedded ColorEditBox
The Colortrue
, defines whether a Color
The edit box is used to display and allow editing of the hex color value.
Comparison Value
The Colortrue
to display a comparison color value on the left side of the hue ring's fill area. The color displayed is specified by the Comparison
This is useful when setting up a comparison of old/new color values.
Sample XAML
This control can be placed within any other XAML container control, such as a Page
or Panel
with this sort of XAML: