HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
Rec2100.hpp File Reference

color space conversion matrices between XYZ and Rec.2100 More...

#include "Rec2020.hpp"
#include "../geometry/geometry.hpp"
#include "../macros.hpp"
#include <cmath>
#include <array>

Go to the source code of this file.

Namespaces

namespace  hi
 The HikoGUI namespace.
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Functions

 hi_export_module (hikogui.color.Rec2100)
 
float hi::v1::Rec2100_linear_to_gamma (float L) noexcept
 Rec.2100 linear to gamma transfer function.
 
float hi::v1::Rec2100_gamma_to_linear (float N) noexcept
 Rec.2100 gamma to linear transfer function.
 

Variables

constexpr matrix3 hi::v1::Rec2100_to_XYZ = Rec2020_to_XYZ
 Rec.2100 to XYZ color space conversion matrix.
 
constexpr matrix3 hi::v1::XYZ_to_Rec2100 = XYZ_to_Rec2020
 XYZ to Rec.2100 color space conversion matrix.
 

Detailed Description

color space conversion matrices between XYZ and Rec.2100