|
FastLED 3.9.15
|
|
extern |
Distance antialiasing lookup table Maps normalized squared distance d²/r_max² (scaled 0..255) to brightness byte Entry i = round(255 * max(0, 1 - sqrt(i/255))) PROGMEM on embedded platforms, regular array on host.
Referenced by FL_ALIGN_PROGMEM(), and renderStrokeRow().