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

◆ XYDrawGradient() [1/3]

fl::XYDrawGradient::XYDrawGradient ( const Gradient & gradient,
const XYMap & xymap,
fl::span< CRGB > out )
inline

Definition at line 64 of file draw_visitor.h.

66 : mGradient(gradient), mXYMap(xymap), mOut(out) {}
XYMap xymap
const Gradient mGradient
fl::span< CRGB > mOut
const XYMap mXYMap

References mGradient, mOut, mXYMap, and xymap.

Referenced by XYDrawGradient(), XYDrawGradient(), operator=(), and operator=().

+ Here is the caller graph for this function: