FastLED 3.9.15
|
Declares dithering options and types.
Definition in file dither_mode.h.
Go to the source code of this file.
Macros | |
#define | BINARY_DITHER 0x01 |
Enable dithering using binary dithering (only option) | |
#define | DISABLE_DITHER 0x00 |
Disable dithering. | |
Variables | |
FASTLED_NAMESPACE_BEGIN typedef uint8_t | EDitherMode |
The dither setting, either DISABLE_DITHER or BINARY_DITHER. | |