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

◆ napplyGamma_video() [3/4]

void fl::napplyGamma_video ( CRGB * rgbarray,
fl::u16 count,
float gamma )

Definition at line 1339 of file colorutils.cpp.hpp.

1339 {
1340 for (fl::u16 i = 0; i < count; ++i) {
1341 rgbarray[i] = applyGamma_video(rgbarray[i], gamma);
1342 }
1343}
fl::u8 applyGamma_video(fl::u8 brightness, float gamma)
constexpr u32 gamma(float g) FL_NOEXCEPT
Definition gamma_lut.h:36

References applyGamma_video(), and gamma().

+ Here is the call graph for this function: