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,
fl::u8 global_brightness,
CRGB * out_colors,
fl::u8 * out_power_5bit )
inline

Definition at line 57 of file five_bit_hd_gamma.h.

60 {
62 colors, colors_scale, global_brightness, out_colors, out_power_5bit);
63}
void internal_builtin_five_bit_hd_gamma_bitshift(CRGB colors, CRGB colors_scale, fl::u8 global_brightness, CRGB *out_colors, fl::u8 *out_power_5bit)

References internal_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: