FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ ColorHSV() [1/4]

ColorHSV::ColorHSV ( )
inline

Definition at line 57 of file color.h.

57: h_(0), s_(0), v_(0) {}
float v_
Definition color.h:98
float h_
Definition color.h:98
float s_
Definition color.h:98

References h_, s_, and v_.

Referenced by ColorHSV(), operator!=(), operator=(), operator==(), and Set().

+ Here is the caller graph for this function: