Empty Constant
In This Article
Stores the special “empty” TdxAlphaColor value whose alpha and color channel values are set to zero.
#Declaration
Delphi
const Empty = $00000000;
#Remarks
This color corresponds to the clBlack TColor value but is completely transparent.
See Also