MCPcopy Create free account
hub / github.com/FastLED/FastLED / napplyGamma_video

Function napplyGamma_video

src/fl/gfx/colorutils.cpp.hpp:1339–1343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1337}
1338
1339void napplyGamma_video(CRGB *rgbarray, fl::u16 count, float gamma) {
1340 for (fl::u16 i = 0; i < count; ++i) {
1341 rgbarray[i] = applyGamma_video(rgbarray[i], gamma);
1342 }
1343}
1344
1345void napplyGamma_video(CRGB *rgbarray, fl::u16 count, float gammaR,
1346 float gammaG, float gammaB) {

Callers

nothing calls this directly

Calls 1

applyGamma_videoFunction · 0.85

Tested by

no test coverage detected