FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
image.hpp
Go to the documentation of this file.
1
// Copyright 2024 Arthur Sonzogni. All rights reserved.
2
// Use of this source code is governed by the MIT license that can be found in
3
// the LICENSE file.
4
#ifndef FTXUI_SCREEN_IMAGE_HPP
5
#define FTXUI_SCREEN_IMAGE_HPP
6
7
#include "
ftxui/screen/pixel.hpp
"
8
#include "
ftxui/screen/surface.hpp
"
9
10
namespace
ftxui
{
11
using
Image
= Surface;
12
}
// namespace ftxui
13
14
#endif
// FTXUI_SCREEN_IMAGE_HPP
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:11
ftxui::Image
Surface Image
Definition
image.hpp:11
pixel.hpp
surface.hpp