FFmpeg
|
Struct that contains both white point location and primaries location, providing the complete description of a color gamut. More...
#include <csp.h>
Data Fields | |
AVWhitepointCoefficients | wp |
AVPrimaryCoefficients | prim |
Struct that contains both white point location and primaries location, providing the complete description of a color gamut.
AVWhitepointCoefficients AVColorPrimariesDesc::wp |
Definition at line 79 of file csp.h.
Referenced by av_csp_primaries_id_from_desc(), ff_icc_profile_read_primaries(), get_rgb2rgb_matrix(), and libjxl_get_primaries().
AVPrimaryCoefficients AVColorPrimariesDesc::prim |
Definition at line 80 of file csp.h.
Referenced by av_csp_primaries_desc_from_id(), av_csp_primaries_id_from_desc(), ff_icc_profile_read_primaries(), and get_rgb2rgb_matrix().