HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
color.hpp
Go to the documentation of this file.
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_intf.hpp" // export
8#include "color_space.hpp" // export
9#include "quad_color.hpp" // export
10#include "Rec2020.hpp" // export
11#include "Rec2100.hpp" // export
12#include "semantic_color.hpp" // export
13#include "sRGB.hpp" // export
14#include "../macros.hpp"
15
16hi_export_module(hikogui.color);
17
18hi_export namespace hi { inline namespace v1 {
19
129}} // 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
defines the semantic_color type.
Defined the quad_color type.
Functions to create color conversion matrices.
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20