green()
Color / Creating & ReadingDescription
Extracts the green value from a color.
Syntax
float green(color c)
Parameters
| Name | Type | Description |
|---|---|---|
| c | color | any color value |
Returns
floatRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...