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

◆ napplyGamma_video() [3/4]

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

Definition at line 1095 of file colorutils.cpp.

1095 {
1096 for (uint16_t i = 0; i < count; ++i) {
1097 rgbarray[i] = applyGamma_video(rgbarray[i], gamma);
1098 }
1099}
uint8_t applyGamma_video(uint8_t brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: