Complete pipeline: load → dither → scale (explicit dither/scale values)
Definition at line 472 of file pixel_controller.h.
472 {
474 }
static FASTLED_FORCE_INLINE fl::u8 loadByte(PixelController &pc)
Read a byte of LED data.
static FASTLED_FORCE_INLINE fl::u8 scale(PixelController &pc, fl::u8 b)
Scale a value using the per-channel scale data.
fl::u8 d[3]
[DITHER] Current dither offset per R,G,B channel (toggles via stepDithering)
static FASTLED_FORCE_INLINE fl::u8 dither(PixelController &pc, fl::u8 b)
Add dither offset to pixel value (BEFORE scaling).
References PixelController(), d, dither(), FASTLED_FORCE_INLINE, loadByte(), and scale().