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 1091 of file colorutils.cpp.

1091 {
1092 rgb = applyGamma_video(rgb, gammaR, gammaG, gammaB);
1093 return rgb;
1094}
fl::u8 applyGamma_video(fl::u8 brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: