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 55 of file five_bit_hd_gamma.h.

59 {
61 colors, colors_scale, global_brightness, out_colors, out_power_5bit);
62}
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(), and FASTLED_FORCE_INLINE.

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: