Definition at line 495 of file pixel_controller.h.
497 {
501 #if FASTLED_HD_COLOR_MIXING
504 #else
507 #endif
514 }
522 }
void five_bit_hd_gamma_bitshift(CRGB colors, CRGB colors_scale, fl::u8 global_brightness, CRGB *out_colors, fl::u8 *out_power_5bit)
#define RGB_BYTE2(RO)
Gets the color channel for byte 2.
#define RGB_BYTE1(RO)
Gets the color channel for byte 1.
#define RGB_BYTE0(RO)
Gets the color channel for byte 0.
static FASTLED_FORCE_INLINE uint8_t scale(PixelController &pc, uint8_t b)
Scale a value using the per-channel scale data.
const uint8_t * mData
pointer to the underlying LED data
ColorAdjustment mColorAdjustment
References brightness(), FASTLED_FORCE_INLINE, fl::five_bit_hd_gamma_bitshift(), mColorAdjustment, mData, RGB_BYTE0, RGB_BYTE1, RGB_BYTE2, and scale().
Referenced by APA102Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED, GAMMA_CORRECTION_MODE, START_FRAME, END_FRAME >::showPixelsGammaBitShift().