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

38 {
39 XYDrawComposited visitor(color, xymap, out);
40 draw(xymap, visitor);
41}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
void draw(const CRGB &color, const XYMap &xymap, CRGB *out) const
Definition tile2x2.cpp:38

References draw(), and xymap.

Referenced by draw().

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