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

◆ ScreenMap() [5/5]

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

Definition at line 191 of file screenmap.cpp.

191 {
192 mDiameter = other.mDiameter;
193 length = other.length;
194 mLookUpTable = other.mLookUpTable;
195}
float mDiameter
Definition screenmap.h:93
uint32_t length
Definition screenmap.h:92
LUTXYFLOATPtr mLookUpTable
Definition screenmap.h:94

References ScreenMap(), length, mDiameter, and mLookUpTable.

+ Here is the call graph for this function: