Loading...
Searching...
No Matches
color_hsv_t Struct Reference

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

Detailed Description

Data-structure for holding HSV colors.

Definition at line 62 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]
 

Field Documentation

◆ h

float color_hsv_t::h

hue value [0.0 - 360.0]

Definition at line 63 of file color.h.

◆ s

float color_hsv_t::s

saturation value [0.0 - 1.0]

Definition at line 64 of file color.h.

◆ v

float color_hsv_t::v

value [0.0 - 1.0]

Definition at line 65 of file color.h.


The documentation for this struct was generated from the following file: