FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
image.cppm
Go to the documentation of this file.
1/**
2 * @file image.cppm
3 * @brief Module file for the Image class of the Screen module
4 */
5
6module;
7
9
10export module ftxui.screen.image;
11
12/**
13 * @namespace ftxui
14 * @brief The FTXUI ftxui:: namespace
15 */
16export namespace ftxui {
17 using ftxui::Image;
18}
A rectangular grid of Pixel.
Definition image.hpp:17
The FTXUI ftxui:: namespace.
Definition animation.hpp:10