FastLED 3.9.15
|
Applies a gamma adjustment to a color.
orig | the color to apply an adjustment to |
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 1417 of file colorutils.cpp.
References applyGamma_video().