FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ XMap() [2/3]

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

Definition at line 36 of file xmap.cpp.

36 {
37 type = other.type;
38 length = other.length;
39 xFunction = other.xFunction;
40 mData = other.mData;
41 mLookUpTable = other.mLookUpTable;
42 mOffset = other.mOffset;
43}
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: