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