Skip to main content

TdxColorPickerOptionsView.ShowHSLEditors Property

Switches the visibility of HSL (Hue, Saturation, and Lightness) editors.

Declaration

property ShowHSLEditors: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

With HSL editors, end-users can specify the values of hue, saturation, and lightness (each value ranges from 0 to 255). Set the ShowHSLEditors property to False to hide the HSL editors in the color picker.

The default value of the ShowHSLEditors property is True.

See Also