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]; }
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
uint8_t mTile[2][2]
Definition tile2x2.h:94

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: