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 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]
 

Field Documentation

◆ h

float color_hsv_t::h

hue value [0.0 - 360.0]

Definition at line 53 of file color.h.

◆ s

float color_hsv_t::s

saturation value [0.0 - 1.0]

Definition at line 54 of file color.h.

◆ v

float color_hsv_t::v

value [0.0 - 1.0]

Definition at line 55 of file color.h.


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