TdxAlphaColors.IsTransparentOrEmpty(TdxAlphaColor) Method
Determines if a specified color is empty and/or transparent.
Declaration
class function IsTransparentOrEmpty(const AColor: TdxAlphaColor): Boolean; overload; static;
Parameters
Name | Type |
---|---|
AColor | TdxAlphaColor |
Returns
Type |
---|
Boolean |
Remarks
If the color passed as the AColor parameter is equal to the Empty and/or Transparent constant value, this function returns True; otherwise, False.
See Also