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 60 of file xypath.cpp.

62 {
63 mPathRenderer->rasterize(from, to, steps, raster, optional_alpha_gen);
64}
XYRaster raster(WIDTH, HEIGHT)
XYPathRendererPtr mPathRenderer
Definition xypath.h:135
UISlider steps("Steps", 100.0f, 1.0f, 200.0f, 1.0f)

References mPathRenderer, raster, and steps().

Referenced by drawColor(), and drawGradient().

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