FastLED 3.9.15
Loading...
Searching...
No Matches

◆ colorBoost() [2/2]

FASTLED_NAMESPACE_BEGIN CRGB CRGB::colorBoost ( fl::EaseType saturation_function = fl::EASE_NONE,
fl::EaseType luminance_function = fl::EASE_NONE ) const

Definition at line 11 of file crgb_hsv16.cpp.

11 {
12 fl::HSV16 hsv(*this);
13 return hsv.colorBoost(saturation_function, luminance_function);
14}

References CRGB(), and fl::HSV16::colorBoost().

Referenced by colorBoost(), draw(), fillFrameBufferFire(), fillFrameBufferNoise(), and rainbowWave().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: