Skip to main content
A newer version of this page is available. .

TdxCustomColorDialog.Color Property

Specifies the currently selected color.

Declaration

property Color: TdxAlphaColor read; write; default 0;

Property Value

Type Default
TdxAlphaColor 0

Remarks

Unlike the standard Color property, this property stores the selected color as a TdxAlphaColor value. This value includes the alpha value, in addition to the color component values (RGB) provided by the TColor value. So, in order to exchange TdxAlphaColor and TColor values between color properties, you need to convert these values using specially designed functions.

The default value of the Color property is 0.

See Also