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

◆ gamma16()

void fl::gamma16 ( const CRGB & rgb,
u16 * r16,
u16 * g16,
u16 * b16 )
inline

Definition at line 13 of file gamma.h.

13 {
14 *r16 = gamma_2_8[rgb.r];
15 *g16 = gamma_2_8[rgb.g];
16 *b16 = gamma_2_8[rgb.b];
17}
const u16 gamma_2_8[256]
Definition ease.cpp:20

References gamma_2_8.

Referenced by five_bit_hd_gamma_function().

+ Here is the caller graph for this function: