TdxColorDialogColorPickerOptions Properties
Contains the appearance and functionality settings of the color picker.| Name | Description |
|---|---|
| AllowEditAlpha | Enables alpha value modifications. Inherited from TdxColorPickerOptionsView. |
| DefaultVisible | Specifies whether the color editor dialog initially displays the color picker. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| RGBHexNotation | Specifies hexadecimal notation for the color code editor. Inherited from TdxColorPickerOptionsView. |
| ShowHSLEditors | Switches the visibility of HSL (Hue, Saturation, and Lightness) editors. Inherited from TdxColorPickerOptionsView. |
| ShowPreview | Switches the visibility of the color preview area. Inherited from TdxColorPickerOptionsView. |
| ShowRGBEditors | Switches the visibility of RGB (Red, Green, and Blue) editors. Inherited from TdxColorPickerOptionsView. |
| ShowRGBHexEditor | Enables the hexadecimal color code editor. Inherited from TdxColorPickerOptionsView. |
| Style | Specifies which color parameter is adjustable by the nearest slider to the right of the gamut box. Inherited from TdxColorPickerOptionsView. |
See Also