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

Method rasterize

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

Source from the content-addressed store, hash-verified

60}
61
62void XYPath::rasterize(float from, float to, int steps,
63 XYRasterU8Sparse &raster,
64 XYPath::AlphaFunction *optional_alpha_gen) {
65 mPathRenderer->rasterize(from, to, steps, raster, optional_alpha_gen);
66}
67
68vec2f XYPath::at(float alpha) { return mPathRenderer->at(alpha); }
69

Callers 4

RasterizeMethod · 0.45
tile2x2.hppFile · 0.45
loopFunction · 0.45
loopFunction · 0.45

Calls 1

scaleMethod · 0.45

Tested by

no test coverage detected