4#ifndef FTXUI_SCREEN_IMAGE_HPP
5#define FTXUI_SCREEN_IMAGE_HPP
27 std::string&
at(
int x,
int y);
28 const std::string&
at(
int x,
int y)
const;
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 rectangular grid of Pixel.
Box is a structure that represents a rectangular area in a 2D space.
A Unicode character and its associated style.
The FTXUI ftxui:: namespace.