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 30 of file tile2x2.cpp.

30 {
31 XYDrawComposited visitor(color, xymap, out);
32 draw(xymap, visitor);
33}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
void draw(const CRGB &color, const XYMap &xymap, CRGB *out) const
Definition tile2x2.cpp:30

References draw(), and xymap.

Referenced by draw().

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