HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
module.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 "color.hpp"
8#include "color_space.hpp"
9#include "quad_color.hpp"
10#include "Rec2020.hpp"
11#include "Rec2100.hpp"
12#include "semantic_color.hpp"
13#include "sRGB.hpp"
14
15namespace hi { inline namespace v1 {
16
126}} // namespace hi::v1
color space conversion matrices between XYZ and Rec.2100
Color matrix and transfer functions for the sRGB color space.
color space conversion matrices between XYZ and Rec.2020
Defined the color type.
defines the semantic_color type.
Defined the quad_color type.
Functions to create color conversion matrices.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11