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

◆ Canvas() [1/2]

template<typename RGB_T>
FASTLED_FORCE_INLINE fl::Canvas< RGB_T >::Canvas ( fl::span< RGB_T > buf,
int w,
int h )
inline

Definition at line 55 of file gfx.h.

55: mImpl(buf, w, h) {}
gfx::Canvas< RGB_T > mImpl
Definition gfx.h:52
Generic canvas for any pixel type (e.g.
Definition gfx.h:51

References FASTLED_FORCE_INLINE, and mImpl.