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

◆ ScreenMap() [6/6]

fl::ScreenMap::ScreenMap ( ScreenMap && other)

Definition at line 338 of file screenmap.cpp.

338 {
339 mDiameter = other.mDiameter;
340 length = other.length;
341 fl::swap(mLookUpTable, other.mLookUpTable);
342 other.mLookUpTable.reset();
343}
float mDiameter
Definition screenmap.h:102
LUTXYFLOATPtr mLookUpTable
Definition screenmap.h:103
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156

References ScreenMap(), length, mDiameter, mLookUpTable, and fl::swap().

+ Here is the call graph for this function: