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

◆ has()

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

Definition at line 61 of file gfx.h.

61{ return mImpl.has(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.