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

◆ XYDrawGradient() [3/3]

fl::XYDrawGradient::XYDrawGradient ( XYDrawGradient && other)
inline

Definition at line 41 of file draw_visitor.h.

42 : mGradient(fl::move(other.mGradient)), mXYMap(fl::move(other.mXYMap)), mOut(other.mOut) {}
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
const Gradient mGradient
fl::span< CRGB > mOut
const XYMap mXYMap

References XYDrawGradient(), FL_NOEXCEPT, and fl::fl::move().

+ Here is the call graph for this function: