color blue - part-cw/lambdanative GitHub Wiki
(color-blue x)
Returns the blue component of a given color
Parameter | Description |
---|---|
x | Color |
Example
Example 1: Return the blue channel value of the color Aquamarine
> (color-blue Aquamarine)
212
Returns the blue component of a given color
Parameter | Description |
---|---|
x | Color |
Example 1: Return the blue channel value of the color Aquamarine
> (color-blue Aquamarine)
212