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

◆ napplyGamma_video() [1/4]

CRGB & fl::napplyGamma_video ( CRGB & rgb,
float gamma )

Definition at line 1086 of file colorutils.cpp.

1086 {
1087 rgb = applyGamma_video(rgb, gamma);
1088 return rgb;
1089}
fl::u8 applyGamma_video(fl::u8 brightness, float gamma)

References applyGamma_video().

+ Here is the call graph for this function: