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