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

◆ setXYMap()

void fl::PixelIteratorAny::setXYMap ( const fl::shared_ptr< const XYMap > & xymap)
inline

Set XYMap for pixel addressing.

Parameters
xymapXYMap with embedded width/height (nullptr to disable)

Definition at line 60 of file pixel_iterator_any.h.

60 {
61 mXyMap = xymap;
62 }
XYMap xymap
fl::shared_ptr< const XYMap > mXyMap

References mXyMap, and xymap.