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

◆ at() [1/2]

template<typename RGB_T>
FASTLED_FORCE_INLINE RGB_T & fl::Canvas< RGB_T >::at ( int x,
int y )
inline

Definition at line 59 of file gfx.h.

59{ return mImpl.at(x, y); }
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, mImpl, fl::x, and fl::y.