|
HikoGUI
A low latency retained GUI
|
#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 | |
| Image & | operator= (Image const &) noexcept |
| Image & | operator= (Image &&) noexcept=default |
| std::unique_ptr< ImageCell > | makeCell () const noexcept |
Data Fields | |
| image_type | image |
An image, in different formats.