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

◆ hasSourceXYMap()

bool fl::ScreenMap::hasSourceXYMap ( ) const

Check if source XYMap is available.

Returns
true if source XYMap was stored

Definition at line 612 of file screenmap.cpp.hpp.

612 {
613 return mSourceXYMap != nullptr;
614}
XYMapPtr mSourceXYMap
Definition screenmap.h:127

References mSourceXYMap.