TdxAlphaColors.G(TdxAlphaColor) Method
In This Article
Extracts the green color component value from the specified color.
#Declaration
Delphi
class function G(AColor: TdxAlphaColor): Byte; static;
#Parameters
Name | Type |
---|---|
AColor | Tdx |
#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