![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
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.
| dt_colorspaces_cicp_color_primaries_t dt_colorspaces_cicp_t::color_primaries |
Definition at line 256 of file colorspaces.h.
Referenced by dt_colorspaces_cicp_to_type(), dt_imageio_avif_read_profile(), and dt_imageio_heif_read_profile().
| dt_colorspaces_cicp_matrix_coefficients_t dt_colorspaces_cicp_t::matrix_coefficients |
Definition at line 258 of file colorspaces.h.
Referenced by dt_colorspaces_cicp_to_type(), dt_imageio_avif_read_profile(), and dt_imageio_heif_read_profile().
| dt_colorspaces_cicp_transfer_characteristics_t dt_colorspaces_cicp_t::transfer_characteristics |
Definition at line 257 of file colorspaces.h.
Referenced by dt_colorspaces_cicp_to_type(), dt_imageio_avif_read_profile(), and dt_imageio_heif_read_profile().