MCPcopy Create free account
hub / github.com/FastLED/FastLED / getXYMap

Method getXYMap

src/fl/math/screenmap.cpp.hpp:608–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608const XYMap* ScreenMap::getXYMap() const {
609 return mSourceXYMap.get();
610}
611
612bool ScreenMap::hasSourceXYMap() const {
613 return mSourceXYMap != nullptr;

Callers 5

drawMethod · 0.80
addMethod · 0.80
drawMethod · 0.80
ScaleUpMethod · 0.80
showPixelsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected