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

◆ five_bit_hd_gamma_bitshift()

void fl::five_bit_hd_gamma_bitshift ( CRGB colors,
CRGB colors_scale,
uint8_t global_brightness,
CRGB * out_colors,
uint8_t * out_power_5bit )

Definition at line 57 of file five_bit_hd_gamma.h.

61 {
63 colors_scale,
64 global_brightness,
65 out_colors,
66 out_power_5bit);
67}
void __builtin_five_bit_hd_gamma_bitshift(CRGB colors, CRGB colors_scale, uint8_t global_brightness, CRGB *out_colors, uint8_t *out_power_5bit)

References __builtin_five_bit_hd_gamma_bitshift().

Referenced by PixelController< RGB_ORDER, LANES, MASK >::loadAndScale_APA102_HD().

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