TdxCustomColorPicker.Color Property
Specifies the currently selected color.
Declaration
property Color: TdxAlphaColor read; write;
Property Value
Type |
---|
TdxAlphaColor |
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 clBlack.
See Also