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

◆ draw() [1/2]

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

Definition at line 38 of file tile2x2.cpp.hpp.

38 {
39 XYDrawComposited visitor(color, xymap, out);
40 draw(xymap, visitor);
41}
XYMap xymap
void draw(const CRGB &color, const XYMap &xymap, fl::span< CRGB > out) const

References draw(), and xymap.

Referenced by draw().

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