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

◆ at() [1/2]

uint8_t & fl::Tile2x2_u8::at ( int x,
int y )
inline

Definition at line 35 of file tile2x2.h.

35{ return mTile[y][x]; }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83
uint8_t mTile[2][2]
Definition tile2x2.h:93

References mTile, x, and y.

Referenced by draw(), lower_left(), lower_right(), Max(), maxValue(), operator()(), fl::StrStream::operator<<(), fl::XYRasterU8Sparse::rasterize_internal(), scale(), upper_left(), and upper_right().

+ Here is the caller graph for this function: