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 38 of file tile2x2.h.

38{ 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:83

References mTile, x, and y.

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

+ Here is the caller graph for this function: