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

◆ at() [1/2]

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

Definition at line 34 of file tile2x2.h.

34{ return mTile[y][x]; }
u8 mTile[2][2]
Definition tile2x2.h:92

References mTile, fl::x, and fl::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::sstream::operator<<(), fl::XYRasterU8Sparse::rasterize_internal(), scale(), upper_left(), upper_left(), upper_right(), and upper_right().

+ Here is the caller graph for this function: