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

◆ napplyGamma_video() [4/4]

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

Definition at line 1102 of file colorutils.cpp.

1103 {
1104 for (fl::u16 i = 0; i < count; ++i) {
1105 rgbarray[i] = applyGamma_video(rgbarray[i], gammaR, gammaG, gammaB);
1106 }
1107}
fl::u8 applyGamma_video(fl::u8 brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: