|
HikoGUI
A low latency retained GUI
|
#include <ttauri/icon.hpp>
Public Member Functions | |
| icon (URL const &url) | |
| icon (pixel_map< sfloat_rgba16 > &&image) noexcept | |
| icon (font_glyph_ids const &glyph) noexcept | |
| icon (elusive_icon const &icon) noexcept | |
| icon (ttauri_icon const &icon) noexcept | |
| icon (icon const &) noexcept | |
| icon (icon &&) noexcept=default | |
| icon & | operator= (icon const &) noexcept |
| icon & | operator= (icon &&) noexcept=default |
| operator bool () const noexcept | |
Friends | |
| class | stencil |
| bool | operator== (icon const &lhs, icon const &rhs) noexcept |
An image, in different formats.