Name
Blue -- return blue portion of a color (V1.9)
Synopsis
b = Blue(color)
Function
This function returns the 8-bit blue component of a color in the RGB format.

Inputs
color
input color in RGB format
Results
b
blue component of the color
Example
b = Red($C0C024)
The above code will return $24 which is the blue component of the color.

Show TOC