11#include "../SIMD/SIMD.hpp"
12#include "../geometry/geometry.hpp"
14#include "../macros.hpp"
20hi_export_module(hikogui.image.sfloat_srgb32);
47 operator f32x4()
const noexcept
58 operator aarectangle()
const noexcept
60 return aarectangle{f32x4{v}};
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378
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