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

◆ operator=()

XMap & fl::XMap::operator= ( const XMap & other)

Definition at line 83 of file xmap.cpp.

83 {
84 if (this != &other) {
85 type = other.type;
86 length = other.length;
87 xFunction = other.xFunction;
88 mData = other.mData;
89 mLookUpTable = other.mLookUpTable;
90 mOffset = other.mOffset;
91 }
92 return *this;
93}
uint16_t mOffset
Definition xmap.h:66
Type type
Definition xmap.h:62
const uint16_t * mData
Definition xmap.h:64
uint16_t length
Definition xmap.h:61
fl::LUT16Ptr mLookUpTable
Definition xmap.h:65
XFunction xFunction
Definition xmap.h:63

References XMap(), length, mData, mLookUpTable, mOffset, type, and xFunction.

+ Here is the call graph for this function: