FastLED
3.9.15
Loading...
Searching...
No Matches
◆
at()
Pair
< bool, uint8_t > fl::XYRasterU8Sparse::at
(
uint16_t
x
,
uint16_t
y
) const
inline
Definition at line
91
of file
raster_sparse.h
.
91
{
92
const
uint8_t *val =
mSparseGrid
.find_value(vec2<int>(
x
,
y
));
93
if
(val !=
nullptr
) {
94
return
{
true
, *val};
95
}
96
return
{
false
, 0};
97
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:82
y
uint32_t y[NUM_LAYERS]
Definition
Fire2023.ino:83
fl::XYRasterU8Sparse::mSparseGrid
HashMapLarge mSparseGrid
Definition
raster_sparse.h:212
References
mSparseGrid
,
x
, and
y
.
fl
XYRasterU8Sparse
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2