Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_colorspaces_cicp_t Struct Reference

The three ITU-T H.273 code points that describe a colour space without an ICC profile. More...

#include <colorspaces.h>

+ Collaboration diagram for dt_colorspaces_cicp_t:

Data Fields

dt_colorspaces_cicp_color_primaries_t color_primaries
 
dt_colorspaces_cicp_transfer_characteristics_t transfer_characteristics
 
dt_colorspaces_cicp_matrix_coefficients_t matrix_coefficients
 

Detailed Description

The three ITU-T H.273 code points that describe a colour space without an ICC profile.

Read out of AVIF/HEIF containers by imageio/imageio_avif.c and imageio/imageio_heif.c, and mapped onto a dt_colorspaces_color_profile_type_t by dt_colorspaces_cicp_to_type() (imageio/imageio_profile.c). Nothing in this module consumes it; it lives here because it is part of the colour vocabulary.

Definition at line 254 of file colorspaces.h.

Field Documentation

◆ color_primaries

dt_colorspaces_cicp_color_primaries_t dt_colorspaces_cicp_t::color_primaries

◆ matrix_coefficients

dt_colorspaces_cicp_matrix_coefficients_t dt_colorspaces_cicp_t::matrix_coefficients

◆ transfer_characteristics

dt_colorspaces_cicp_transfer_characteristics_t dt_colorspaces_cicp_t::transfer_characteristics

The documentation for this struct was generated from the following file: