TLIGHT_PRODUCTS / WS281X
Embed: (wiki syntax)

« Back to documentation index

HSVColor Struct Reference

HSVColor Struct Reference

HSV Color. More...

#include <ColorLib.h>

Public Member Functions

 HSVColor (int h, int s, int v)
 Constructor with hsv initializing.
 HSVColor ()
 Default constructor.

Detailed Description

HSV Color.

Definition at line 198 of file ColorLib.h.


Constructor & Destructor Documentation

HSVColor ( int  h,
int  s,
int  v 
)

Constructor with hsv initializing.

Parameters:
h- the hue byte
s- the sat byte
v- the val byte

Definition at line 237 of file ColorLib.h.

HSVColor (  )

Default constructor.

Definition at line 272 of file ColorLib.h.