FastLED 3.9.15
Loading...
Searching...
No Matches

◆ rasterize()

void fl::XYPath::rasterize ( float from,
float to,
int steps,
XYRasterU8Sparse & raster,
XYPath::AlphaFunction * optional_alpha_gen = nullptr )

Definition at line 48 of file xypath.cpp.

50 {
51 mPathRenderer->rasterize(from, to, steps, raster, optional_alpha_gen);
52}
XYRaster raster(WIDTH, HEIGHT)
XYPathRendererPtr mPathRenderer
Definition xypath.h:132

References mPathRenderer, and raster.

Referenced by drawColor(), and drawGradient().

+ Here is the caller graph for this function: