FastLED
3.9.15
Loading...
Searching...
No Matches
◆
has()
template<typename RGB_T>
bool
fl::gfx::CanvasMapped
< RGB_T >::has
(
int
x
,
int
y
) const
inline
Definition at line
143
of file
canvas.h
.
143
{
return
x
>= 0 &&
x < width && y >
= 0 &&
y
<
height
; }
fl::gfx::CanvasMapped::height
int height
Definition
canvas.h:134
fl::gfx::CanvasMapped
XYMap-backed canvas for non-rectangular or remapped layouts.
Definition
canvas.h:130
References
FL_NOEXCEPT
,
height
,
fl::x
, and
fl::y
.
fl
gfx
CanvasMapped
Generated on Tue Jun 16 2026 00:07:10 for FastLED by
1.13.2