Data-structure for holding HSV colors.
More...
Data-structure for holding HSV colors.
Definition at line 51 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]
|
| |
hue value [0.0 - 360.0]
Definition at line 52 of file color.h.
saturation value [0.0 - 1.0]
Definition at line 53 of file color.h.
value [0.0 - 1.0]
Definition at line 54 of file color.h.
The documentation for this struct was generated from the following file: