4#define FASTLED_INTERNAL
13 return hsv.
colorBoost(saturation_function, luminance_function);
17 for (
size_t i = 0; i < count; i++) {
18 dst[i] = src[i].
colorBoost(saturation_function, luminance_function);
Defines the red, green, and blue (RGB) pixel struct.
#define FASTLED_NAMESPACE_END
#define FASTLED_NAMESPACE_BEGIN
Implements the FastLED namespace macros.
fl::HSV16 toHSV16() const
FASTLED_FORCE_INLINE CRGB()
Default constructor.
CRGB colorBoost(fl::EaseType saturation_function=fl::EASE_NONE, fl::EaseType luminance_function=fl::EASE_NONE) const
CRGB colorBoost(EaseType saturation_function=EASE_IN_QUAD, EaseType luminance_function=EASE_NONE) const