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