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

◆ napplyGamma_video() [3/4]

void fl::napplyGamma_video ( CRGB * rgbarray,
fl::u16 count,
float gamma )

Definition at line 1096 of file colorutils.cpp.

1096 {
1097 for (fl::u16 i = 0; i < count; ++i) {
1098 rgbarray[i] = applyGamma_video(rgbarray[i], gamma);
1099 }
1100}
fl::u8 applyGamma_video(fl::u8 brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: