TdxAlphaColors.Alpha(TdxAlphaColor) Method
Extracts the alpha value from the specified color.
Declaration
class function Alpha(AColor: TdxAlphaColor): Byte; static;
Parameters
| Name | Type |
|---|---|
| AColor | TdxAlphaColor |
Returns
| Type |
|---|
| Byte |
Remarks
Invoke the Alpha, B, G, and R functions to extract the alpha, blue, green, and red component values from a TdxAlphaColor value passed as the AColor parameter.
See Also