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

Method at_subpixel

src/fl/gfx/xypath.cpp.hpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57string XYPath::name() const { return mPath->name(); }
58Tile2x2_u8 XYPath::at_subpixel(float alpha) {
59 return mPathRenderer->at_subpixel(alpha);
60}
61
62void XYPath::rasterize(float from, float to, int steps,
63 XYRasterU8Sparse &raster,

Callers 4

tile2x2.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
loopFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected