FastLED 3.9.15
|
#define FASTLED_BLEND_FIXED 1 |
Use this to toggle whether to use "fixed" FastLED pixel blending, including ColorFromPalette.
The prior pixel blend functions had integer-rounding math errors that led to small errors being inadvertently added to the low bits of blended colors, including colors retrieved from color palettes using LINEAR_BLEND. This is now fixed, and the fix is enabled by default. However, if for some reason you wish to run with the old blending, including the integer rounding and color errors, you can disable the bugfix here.
Definition at line 49 of file fastled_config.h.