HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
image.hpp
1// Copyright Take Vos 2023.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#pragma once
6
7#include "pixmap.hpp" // export
8#include "pixmap_span.hpp" // export
9#include "sdf_r8.hpp" // export
10#include "sfloat_rg32.hpp" // export
11#include "sfloat_rgb32.hpp" // export
12#include "sfloat_rgba16.hpp" // export
13#include "sfloat_rgba32.hpp" // export
14#include "sfloat_rgba32x4.hpp" // export
15#include "sint_abgr8_pack.hpp" // export
16#include "snorm_r8.hpp" // export
17#include "srgb_abgr8_pack.hpp" // export
18#include "uint_abgr8_pack.hpp" // export
19#include "unorm_a2bgr10_pack.hpp" // export
20
21hi_export_module(hikogui.image);
22
23hi_export namespace hi {
24inline namespace v1 {
95}}
96
Defines the srgb_abgr8_pack type.
Defines 4x4 matrix type sfloat_rgba32x4.
Defines the sfloat_rgba16.
Defines the signed distance field pixel type sdf_r8.
Defines the pixmap_span type.
Defines the pixmap type.
Defines the snorm_r8.
Defines the sfloat_rg32.
Defines the unorm_a2bgr10_pack type.
Defines the sint_abgr8_pack type.
Defines the sfloat_rgba32.
Defines the sfloat_rgb32.
Defines the uint_abgr8_pack type.
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20