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

◆ CanvasMapped()

template<typename RGB_T>
fl::gfx::CanvasMapped< RGB_T >::CanvasMapped ( fl::span< RGB_T > buf,
const XYMap & map )
inline

Definition at line 136 of file canvas.h.

137 : pixels(buf), xymap(&map),
138 width(map.getWidth()), height(map.getHeight()) {}
const XYMap * xymap
Definition canvas.h:132
fl::span< RGB_T > pixels
Definition canvas.h:131
XYMap-backed canvas for non-rectangular or remapped layouts.
Definition canvas.h:130

References FL_NOEXCEPT.