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

◆ XYDrawComposited() [3/3]

fl::XYDrawComposited::XYDrawComposited ( XYDrawComposited && other)
inline

Definition at line 23 of file draw_visitor.h.

24 : mColor(fl::move(other.mColor)), mXYMap(fl::move(other.mXYMap)), mOut(other.mOut) {}
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
fl::span< CRGB > mOut

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

+ Here is the call graph for this function: