TdxAlphaColors.G(TdxAlphaColor) Method
Extracts the green color component value from the specified color.
Declaration
class function G(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