MCPcopy Create free account
hub / github.com/FastLED/FastLED / draw

Method draw

src/fl/gfx/raster_sparse.cpp.hpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace fl {
9
10void XYRasterU8Sparse::draw(const CRGB &color, const XYMap &xymap, fl::span<CRGB> out) {
11 XYDrawComposited visitor(color, xymap, out);
12 draw(xymap, visitor);
13}
14
15void XYRasterU8Sparse::draw(const CRGB &color, Leds *leds) {
16 draw(color, leds->xymap(), leds->rgb());

Callers

nothing calls this directly

Calls 3

drawFunction · 0.85
rgbMethod · 0.45
hasMethod · 0.45

Tested by

no test coverage detected