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

◆ drawGradient() [1/2]

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

Definition at line 19 of file raster_sparse.cpp.hpp.

20 {
21 XYDrawGradient visitor(gradient, xymap, out);
22 draw(xymap, visitor);
23}
XYMap xymap
void draw(const CRGB &color, const XYMap &xymap, fl::span< 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: