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

◆ software_gamma()

CRGB software_gamma ( const CRGB & in)

Definition at line 52 of file Apa102HD.ino.

52 {
53 CRGB out;
54 // dim8_raw are the old gamma correction functions.
55 out.r = dim8_raw(in.r);
56 out.g = dim8_raw(in.g);
57 out.b = dim8_raw(in.b);
58 return out;
59}
fl::CRGB CRGB
Definition crgb.h:25

Referenced by loop().

+ Here is the caller graph for this function: