Skip to main content

TdxColorPickerOptionsView.AllowEditAlpha Property

Enables alpha value modifications.

Declaration

property AllowEditAlpha: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The alpha value (ranges from 0 to 255) can be adjusted by using the slider, the spin editor, and the HEX color code editor. If the AllowEditAlpha and ShowPreview properties are set to True, the preview box has a checkered background, helping you evaluate the transparency level. Set the AllowEditAlpha property to False to hide the alpha slider and the alpha spin editor, and to remove the alpha channel hexadecimal code fields from the color code editor.

The default value of the AllowEditAlpha property is True.

See Also