4 #ifndef FTXUI_SCREEN_IMAGE_HPP
5 #define FTXUI_SCREEN_IMAGE_HPP
24 std::string&
at(
int x,
int y);
25 const std::string&
at(
int x,
int y)
const;
A rectangular grid of Pixel.
Pixel & PixelAt(int x, int y)
Access a cell (Pixel) at a given position.
std::string & at(int x, int y)
Access a character in a cell at a given position.
void Clear()
Clear all the pixel from the screen.
std::vector< std::vector< Pixel > > pixels_
A Unicode character and its associated style.