TdxAlphaColors.ToColor(TdxAlphaColor) Method
Converts a specified TdxAlphaColor value to the TColor type.
Declaration
class function ToColor(const AColor: TdxAlphaColor): TColor; overload; static;
Parameters
Name | Type |
---|---|
AColor | TdxAlphaColor |
Returns
Type |
---|
TColor |
Remarks
FromColor calls the dxAlphaColorToColor function, passes AColor as its parameter, and returns the function’s result.
See Also