FastLED 3.9.15
Loading...
Searching...
No Matches

◆ draw()

void fl::NoisePalette::draw ( DrawContext context)
inlineoverridevirtual
Parameters
nowThe current time in milliseconds. Fx writers are encouraged to use this instead of millis() directly as this will more deterministic behavior.

Implements fl::Fx.

Definition at line 33 of file noisepalette.h.

33 {
34 fillnoise8();
35 mapNoiseToLEDsUsingPalette(context.leds);
36 }
void mapNoiseToLEDsUsingPalette()

References fillnoise8(), fl::_DrawContext::leds, and mapNoiseToLEDsUsingPalette().

+ Here is the call graph for this function: