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

◆ software_gamma()

CRGB software_gamma ( const CRGB & in)

Definition at line 26 of file HD107.ino.

26 {
27 CRGB out;
28 // dim8_raw are the old gamma correction functions.
29 out.r = dim8_raw(in.r);
30 out.g = dim8_raw(in.g);
31 out.b = dim8_raw(in.b);
32 return out;
33}
fl::CRGB CRGB
Definition crgb.h:25

Referenced by loop().

+ Here is the caller graph for this function: