|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| tt_force_inline | A8B8G8R8SrgbPack32 (A8B8G8R8SrgbPack32 const &rhs) noexcept=default |
| tt_force_inline | A8B8G8R8SrgbPack32 (A8B8G8R8SrgbPack32 &&rhs) noexcept=default |
| tt_force_inline A8B8G8R8SrgbPack32 & | operator= (A8B8G8R8SrgbPack32 const &rhs) noexcept=default |
| tt_force_inline A8B8G8R8SrgbPack32 & | operator= (A8B8G8R8SrgbPack32 &&rhs) noexcept=default |
| tt_force_inline | A8B8G8R8SrgbPack32 (uint32_t const &rhs) noexcept |
| tt_force_inline A8B8G8R8SrgbPack32 & | operator= (uint32_t const &rhs) noexcept |
| tt_force_inline | operator uint32_t () noexcept |
| tt_force_inline | A8B8G8R8SrgbPack32 (R16G16B16A16SFloat const &rhs) noexcept |
| tt_force_inline A8B8G8R8SrgbPack32 & | operator= (R16G16B16A16SFloat const &rhs) noexcept |
Friends | |
| tt_force_inline friend bool | operator== (A8B8G8R8SrgbPack32 const &lhs, A8B8G8R8SrgbPack32 const &rhs) noexcept |
| tt_force_inline friend bool | operator!= (A8B8G8R8SrgbPack32 const &lhs, A8B8G8R8SrgbPack32 const &rhs) noexcept |
| tt_force_inline friend A8B8G8R8SrgbPack32 | makeTransparent (A8B8G8R8SrgbPack32 const &rhs) noexcept |