56 {
57 fl::u8 keep = 255 - blur_amount;
58 fl::u8 seep = blur_amount >> 1;
60 for (fl::u16 i = 0; i < numLeds; ++i) {
65 cur += carryover;
66 if (i)
69 carryover = part;
70 }
71}
CRGB & nscale8(fl::u8 scaledown)
Scale down a RGB to N/256ths of its current brightness, using "plain math" dimming rules.
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)