Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
608
const XYMap* ScreenMap::getXYMap() const {
609
return mSourceXYMap.get();
610
}
611
612
bool ScreenMap::hasSourceXYMap() const {
613
return mSourceXYMap != nullptr;
Callers
5
draw
Method · 0.80
add
Method · 0.80
draw
Method · 0.80
ScaleUp
Method · 0.80
showPixels
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected