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

◆ at() [2/2]

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

Definition at line 60 of file gfx.h.

60{ 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.