HDK
|
Struct to hold color chromaticities to interpret the tristimulus color values in the image data. More...
#include <openexr_attr.h>
Public Attributes | |
float | red_x |
float | red_y |
float | green_x |
float | green_y |
float | blue_x |
float | blue_y |
float | white_x |
float | white_y |
Struct to hold color chromaticities to interpret the tristimulus color values in the image data.
Definition at line 124 of file openexr_attr.h.
float exr_attr_chromaticities_t::blue_x |
Definition at line 130 of file openexr_attr.h.
float exr_attr_chromaticities_t::blue_y |
Definition at line 131 of file openexr_attr.h.
float exr_attr_chromaticities_t::green_x |
Definition at line 128 of file openexr_attr.h.
float exr_attr_chromaticities_t::green_y |
Definition at line 129 of file openexr_attr.h.
float exr_attr_chromaticities_t::red_x |
Definition at line 126 of file openexr_attr.h.
float exr_attr_chromaticities_t::red_y |
Definition at line 127 of file openexr_attr.h.
float exr_attr_chromaticities_t::white_x |
Definition at line 132 of file openexr_attr.h.
float exr_attr_chromaticities_t::white_y |
Definition at line 133 of file openexr_attr.h.