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

◆ getXYMap()

const XYMap * fl::ScreenMap::getXYMap ( ) const

Get the source XYMap as a raw const pointer.

Returns
Raw const pointer to source XYMap or nullptr if not set

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

608 {
609 return mSourceXYMap.get();
610}
XYMapPtr mSourceXYMap
Definition screenmap.h:127

References mSourceXYMap.