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

◆ operator=()

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

Definition at line 264 of file screenmap.cpp.

264 {
265 if (this != &other) {
266 mDiameter = other.mDiameter;
267 length = other.length;
268 mLookUpTable = other.mLookUpTable;
269 }
270 return *this;
271}
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: