FastLED 3.9.15
|
void napplyGamma_video | ( | CRGB * | rgbarray, |
uint16_t | count, | ||
float | gammaR, | ||
float | gammaG, | ||
float | gammaB ) |
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 |
gammaR | the gamma value to apply to the CRGB::red channel |
gammaG | the gamma value to apply to the CRGB::green channel |
gammaB | the gamma value to apply to the CRGB::blue channel |
Definition at line 1445 of file colorutils.cpp.
References applyGamma_video().