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

◆ napplyGamma_video()

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

Definition at line 1085 of file colorutils.cpp.

1085 {
1086 rgb = applyGamma_video(rgb, gamma);
1087 return rgb;
1088}
uint8_t applyGamma_video(uint8_t brightness, float gamma)