HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Data Fields
tt::Image Class Reference

#include <TTauri/Cells/Image.hpp>

Public Types

using image_type = std::variant<FontGlyphIDs,PixelMap<R16G16B16A16SFloat>>
 

Public Member Functions

 Image (URL const &url)
 
 Image (PixelMap< R16G16B16A16SFloat > &&image) noexcept
 
 Image (FontGlyphIDs const &glyph) noexcept
 
 Image (Image const &) noexcept
 
 Image (Image &&) noexcept=default
 
Imageoperator= (Image const &) noexcept
 
Imageoperator= (Image &&) noexcept=default
 
std::unique_ptr< ImageCellmakeCell () const noexcept
 

Data Fields

image_type image
 

Detailed Description

An image, in different formats.


The documentation for this class was generated from the following file: