FastLED 3.9.15
|
void napplyGamma_video | ( | CRGB * | rgbarray, |
uint16_t | count, | ||
float | gamma ) |
Destructively applies a gamma adjustment to a color array.
rgbarray | pointer to an LED array to apply an adjustment to (modified in place) |
count | the number of LEDs to modify |
gamma | the gamma value to apply |
Definition at line 1438 of file colorutils.cpp.
References applyGamma_video().