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

Method setSourceXYMap

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

Source from the content-addressed store, hash-verified

598}
599
600void ScreenMap::setSourceXYMap(const fl::shared_ptr<XYMap>& xymap) {
601 mSourceXYMap = xymap;
602}
603
604const XYMapPtr& ScreenMap::getSourceXYMapPtr() const {
605 return mSourceXYMap;

Callers 1

toScreenMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected