TdxAlphaColors.B(TdxAlphaColor) Method
In This Article
Extracts the blue color component value from the specified color.
#Declaration
Delphi
class function B(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