The Select Color dialog displays the contents of a palette and allows you to select a color.
Group
Control
Description
Palette
Palette
Displays the contents of the color palette.
Color Preview
Color
Displays a preview of the selected color from the palette.
RGB
Displays the current color in the format <R>, <G>, <B>
, where <R>
is the red channel, <G>
is the green channel and <B>
the blue channel. All values are expressed as integers between 0 and 255.
HSL
Displays the current color in the format <H>, <S>, <L>
, where <H>
is the color hue, <S>
is the saturation and <L>
the luminance. Hue is an integer between 0 and 359, Saturation and Luminance are expressed as doubles between 0 and 100 with two decimal places of precision.
Hexadecimal
Displays the current color in hexadecimal format, most commonly used in CSS style sheets, using the format #<R><G><B>
, where <R>
is the red channel, <G>
is the green channel and <B>
the blue channel. All values are expressed as a two digit hexadecimal value.
Export Palette
Allows you to export the palette as an external file in one of the supported palette formats.
Hide Duplicate Colors
Toggles the displaying of duplicate colors in the color palette.
OK
Closes the dialog with the selected color.
Close
Closes this dialog.
Help
Displays this help topic.