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

◆ draw() [1/3]

void fl::XYRasterU8Sparse::draw ( const CRGB & color,
const XYMap & xymap,
fl::span< CRGB > out )

Definition at line 10 of file raster_sparse.cpp.hpp.

10 {
11 XYDrawComposited visitor(color, xymap, out);
12 draw(xymap, visitor);
13}
XYMap xymap
void draw(const CRGB &color, const XYMap &xymap, fl::span< CRGB > out)

References draw(), and xymap.

Referenced by draw(), draw(), and drawGradient().

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