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

◆ XMap() [2/3]

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

Definition at line 30 of file xmap.cpp.

30 {
31 type = other.type;
32 length = other.length;
33 xFunction = other.xFunction;
34 mData = other.mData;
35 mLookUpTable = other.mLookUpTable;
36 mOffset = other.mOffset;
37}
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: