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

◆ software_gamma()

CRGB software_gamma ( const CRGB & in)

Definition at line 25 of file HD107.ino.

25 {
26 CRGB out;
27 // dim8_raw are the old gamma correction functions.
28 out.r = dim8_raw(in.r);
29 out.g = dim8_raw(in.g);
30 out.b = dim8_raw(in.b);
31 return out;
32}
LIB8STATIC uint8_t dim8_raw(uint8_t x)
Adjust a scaling value for dimming.
Definition scale8.h:703
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:54

References dim8_raw().

Referenced by loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: