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

◆ draw() [1/2]

void fl::XYRasterU8Sparse::draw ( const CRGB & color,
const XYMap & xymap,
CRGB * out )

Definition at line 11 of file raster_sparse.cpp.

11 {
12 XYDrawComposited visitor(color, xymap, out);
13 draw(xymap, visitor);
14}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
void draw(const CRGB &color, const XYMap &xymap, CRGB *out)

References draw(), and xymap.

Referenced by draw(), and drawGradient().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: