FastLED 3.9.15
|
Public Types | |
using | ArrayAlphas = fl::FixedVector<uint8_t, kMaxBatchSize> |
using | ArrayIndices = fl::FixedVector<uint32_t, kMaxBatchSize> |
Public Member Functions | |
BatchDraw (CRGB *leds, WaveCrgbGradientMap::Gradient *grad) | |
void | flush () |
bool | isFull () |
void | push (uint32_t index, uint8_t alpha) |
Public Attributes | |
ArrayAlphas | mAlphas |
WaveCrgbGradientMap::Gradient * | mGradient = nullptr |
ArrayIndices | mIndices |
CRGB * | mLeds = nullptr |
Static Public Attributes | |
static const size_t | kMaxBatchSize = 32 |