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

◆ draw() [1/2]

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

Definition at line 19 of file tile2x2.cpp.

19 {
20 XYDrawComposited visitor(color, xymap, out);
21 draw(xymap, visitor);
22}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
void draw(const CRGB &color, const XYMap &xymap, CRGB *out) const
Definition tile2x2.cpp:19

References draw(), and xymap.

Referenced by draw().

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