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

1334 {
1335 rgb = applyGamma_video(rgb, gammaR, gammaG, gammaB);
1336 return rgb;
1337}
fl::u8 applyGamma_video(fl::u8 brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: