|
FastLED 3.9.15
|
Declares dithering options and types.
Definition in file dither_mode.h.
Include dependency graph for dither_mode.h:
This graph shows which files directly or indirectly include this file: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 fl::u8 | EDitherMode |
| The dither setting, either DISABLE_DITHER or BINARY_DITHER. | |