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

◆ five_bit_hd_gamma_function()

void fl::five_bit_hd_gamma_function ( CRGB color,
u16 * r16,
u16 * g16,
u16 * b16 )
inline

Definition at line 85 of file five_bit_hd_gamma.h.

86 {
87
88 gamma16(color, r16, g16, b16);
89}
void gamma16(const CRGB &rgb, u16 *r16, u16 *g16, u16 *b16)
Definition gamma.h:13

References gamma16().

Referenced by internal_builtin_five_bit_hd_gamma_bitshift().

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