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

◆ XYDrawGradient() [1/3]

fl::XYDrawGradient::XYDrawGradient ( const Gradient & gradient,
const XYMap & xymap,
CRGB * out )
inline

Definition at line 66 of file draw_visitor.h.

68 : mGradient(gradient), mXYMap(xymap), mOut(out) {}
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
const Gradient mGradient
const XYMap mXYMap

References mGradient, mOut, mXYMap, and xymap.

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

+ Here is the caller graph for this function: