color_hsv_t Struct Reference

Data-structure for holding HSV colors. More...

Detailed Description

Data-structure for holding HSV colors.

Definition at line 52 of file color.h.

#include <color.h>

Data Fields

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: