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

◆ operator=()

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

Definition at line 221 of file screenmap.cpp.

221 {
222 if (this != &other) {
223 mDiameter = other.mDiameter;
224 length = other.length;
225 mLookUpTable = other.mLookUpTable;
226 }
227 return *this;
228}
float mDiameter
Definition screenmap.h:82
uint32_t length
Definition screenmap.h:81
LUTXYFLOATPtr mLookUpTable
Definition screenmap.h:83

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

+ Here is the call graph for this function: