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

◆ at() [1/2]

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

Definition at line 39 of file tile2x2.h.

39{ return mTile[y][x]; }
int y
Definition simple.h:93
int x
Definition simple.h:92
u8 mTile[2][2]
Definition tile2x2.h:97

References mTile, x, and y.

Referenced by fl::Tile2x2_u8_wrap::Tile2x2_u8_wrap(), fl::Tile2x2_u8_wrap::Tile2x2_u8_wrap(), fl::Corkscrew::calculateTileAtWrap(), 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: