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

◆ drawGradient() [2/2]

void fl::XYRasterU8Sparse::drawGradient ( const Gradient & gradient,
Leds * leds )

Definition at line 25 of file raster_sparse.cpp.

25 {
26 drawGradient(gradient, leds->xymap(), leds->rgb());
27}
CRGB leds[NUM_LEDS]
void drawGradient(const Gradient &gradient, const XYMap &xymap, CRGB *out)

References drawGradient(), and leds.

+ Here is the call graph for this function: