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

◆ colorBoost() [2/2]

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

Definition at line 66 of file crgb_extra.cpp.hpp.

66 {
67 HSV16 hsv(*this);
68 return hsv.colorBoost(saturation_function, luminance_function);
69}

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: