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

◆ colorBoost() [1/2]

void CRGB::colorBoost ( const CRGB * src,
CRGB * dst,
size_t count,
fl::EaseType saturation_function = fl::EASE_NONE,
fl::EaseType luminance_function = fl::EASE_NONE )
static

Definition at line 16 of file crgb_hsv16.cpp.

16 {
17 for (size_t i = 0; i < count; i++) {
18 dst[i] = src[i].colorBoost(saturation_function, luminance_function);
19 }
20}
CRGB colorBoost(fl::EaseType saturation_function=fl::EASE_NONE, fl::EaseType luminance_function=fl::EASE_NONE) const

References CRGB(), and colorBoost().

+ Here is the call graph for this function: