FastLED 3.9.15
|
#include <hsv16.h>
Public Member Functions | |
HSV16 ()=default | |
HSV16 (const CRGB &rgb) | |
HSV16 (const HSV16 &other)=default | |
HSV16 (HSV16 &&other) noexcept=default | |
HSV16 (u16 h, u16 s, u16 v) | |
CRGB | colorBoost (EaseType saturation_function=EASE_IN_QUAD, EaseType luminance_function=EASE_NONE) const |
operator CRGB () const | |
Automatic conversion operator to CRGB Allows HSV16 to be automatically converted to CRGB. | |
HSV16 & | operator= (const HSV16 &other)=default |
HSV16 & | operator= (HSV16 &&other) noexcept=default |
CRGB | ToRGB () const |
Public Attributes | |
u16 | h = 0 |
u16 | s = 0 |
u16 | v = 0 |