11#include "../geometry/geometry.hpp"
13#include "../macros.hpp"
14#include <hikocpu/hikocpu.hpp>
20hi_export_module(hikogui.image.sfloat_srgb32);
22hi_export
namespace hi::inline
v1 {
47 operator f32x4()
const noexcept
58 operator aarectangle()
const noexcept
60 return aarectangle{f32x4{v}};
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
A high-level geometric point Part of the high-level vec, point, mat and color types.
Definition point3.hpp:29
4 x float32 pixel format.
Definition sfloat_rgba32.hpp:28