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

◆ napplyGamma_video() [2/4]

CRGB & fl::napplyGamma_video ( CRGB & rgb,
float gammaR,
float gammaG,
float gammaB )

Definition at line 1090 of file colorutils.cpp.

1090 {
1091 rgb = applyGamma_video(rgb, gammaR, gammaG, gammaB);
1092 return rgb;
1093}
uint8_t applyGamma_video(uint8_t brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: