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()) {}
fl::gfx::CanvasMapped::xymap
const XYMap * xymap
Definition
canvas.h:132
fl::gfx::CanvasMapped::height
int height
Definition
canvas.h:134
fl::gfx::CanvasMapped::pixels
fl::span< RGB_T > pixels
Definition
canvas.h:131
fl::gfx::CanvasMapped::width
int width
Definition
canvas.h:133
fl::gfx::CanvasMapped
XYMap-backed canvas for non-rectangular or remapped layouts.
Definition
canvas.h:130
References
FL_NOEXCEPT
.
fl
gfx
CanvasMapped
Generated on Tue Jun 16 2026 00:07:10 for FastLED by
1.13.2