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

◆ drawGradient() [1/2]

void fl::XYRasterU8Sparse::drawGradient ( const Gradient & gradient,
const XYMap & xymap,
CRGB * out )

Definition at line 19 of file raster_sparse.cpp.

20 {
21 XYDrawGradient visitor(gradient, xymap, out);
22 draw(xymap, visitor);
23}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
void draw(const CRGB &color, const XYMap &xymap, CRGB *out)

References draw(), and xymap.

Referenced by drawGradient().

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