Defines the red, green, and blue (RGB) pixel struct.
Representation of an RGB pixel (Red, Green, Blue)
HSV16 & operator=(const HSV16 &other)=default
CRGB colorBoost(EaseType saturation_function=EASE_IN_QUAD, EaseType luminance_function=EASE_NONE) const
HSV16(const HSV16 &other)=default
HSV16(HSV16 &&other) noexcept=default
HSV16(u16 h, u16 s, u16 v)
HSV16 & operator=(HSV16 &&other) noexcept=default