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