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

◆ drawGradient()

void fl::XYRasterU8Sparse::drawGradient ( const Gradient & gradient,
const XYMap & xymap,
CRGB * out )

Definition at line 16 of file raster_sparse.cpp.

17 {
18 XYDrawGradient visitor(gradient, xymap, out);
19 draw(xymap, visitor);
20}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
void draw(const CRGB &color, const XYMap &xymap, CRGB *out)

References draw(), and xymap.

+ Here is the call graph for this function: