FastLED 3.9.15
Loading...
Searching...
No Matches
dither_mode.h File Reference

Detailed Description

Declares dithering options and types.

Definition in file dither_mode.h.

#include <stdint.h>
#include "fl/namespace.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 uint8_t EDitherMode
 The dither setting, either DISABLE_DITHER or BINARY_DITHER.