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

◆ Canvas() [2/2]

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

Definition at line 56 of file gfx.h.

56: mImpl(ptr, 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.