FastLED 3.9.15
|
#include <color.h>
Public Member Functions | |
ColorHSV () | |
ColorHSV (const Color3i &color) | |
ColorHSV (const ColorHSV &other) | |
ColorHSV (float h, float s, float v) | |
void | FromRGB (const Color3i &rgb) |
bool | operator!= (const ColorHSV &other) const |
ColorHSV & | operator= (const Color3i &color) |
bool | operator== (const ColorHSV &other) const |
template<typename PrintStream> | |
void | Print (PrintStream *stream) |
void | Set (const ColorHSV &other) |
void | Set (float h, float s, float v) |
Color3i | ToRGB () const |
Public Attributes | |
float | h_ |
float | s_ |
float | v_ |