GetColorBlue Statement:
Gets the blue channel value of active foreground color
colorBlue = Object.GetColorBlue
|
Returns: colorBlue has integer type. Possible values: [0-255]
|
Sample: colorBlue = object.GetColorBlue
This method returns blue channel of currently selected color.
See also
SetColor,
GetColor,
GetColorAlpha, GetColorRed,
GetColorBlue,
GetColorGreen, GetPixelRed,
GetPixelAlpha,
GetPixelBlue, GetPixelGreen,
SetColorIndex,
GetColorIndex
More samples:
|