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

◆ napplyGamma_video() [4/4]

void fl::napplyGamma_video ( CRGB * rgbarray,
uint16_t count,
float gammaR,
float gammaG,
float gammaB )

Definition at line 1101 of file colorutils.cpp.

1102 {
1103 for (uint16_t i = 0; i < count; ++i) {
1104 rgbarray[i] = applyGamma_video(rgbarray[i], gammaR, gammaG, gammaB);
1105 }
1106}
uint8_t applyGamma_video(uint8_t brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: