Transparent Constant
Stores the special “transparent” TdxAlphaColor value whose alpha value is set to zero and all color channel values are set to 255 ($FF).
Declaration
const Transparent = $00FFFFFF;
Remarks
This color corresponds to the clWhite TColor value but is completely transparent. You can use the Transparent constant as a bitwise mask opposite to the AlphaMask global constant value.
See Also