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

◆ XYDrawGradient() [3/3]

fl::XYDrawGradient::XYDrawGradient ( XYDrawGradient && other)
inlinenoexcept

Definition at line 43 of file draw_visitor.h.

44 : mGradient(fl::move(other.mGradient)), mXYMap(fl::move(other.mXYMap)), mOut(other.mOut) {}
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27
const Gradient mGradient
const XYMap mXYMap

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

+ Here is the call graph for this function: