Data-structure for holding HSV colors.
More...
Data-structure for holding HSV colors.
Definition at line 52 of file color.h.
#include <color.h>
|
float | h |
| hue value [0.0 - 360.0]
|
|
float | s |
| saturation value [0.0 - 1.0]
|
|
float | v |
| value [0.0 - 1.0]
|
|
The documentation for this struct was generated from the following file: