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 113 of file openexr_attr.h.
float exr_attr_chromaticities_t::blue_x |
Definition at line 119 of file openexr_attr.h.
float exr_attr_chromaticities_t::blue_y |
Definition at line 120 of file openexr_attr.h.
float exr_attr_chromaticities_t::green_x |
Definition at line 117 of file openexr_attr.h.
float exr_attr_chromaticities_t::green_y |
Definition at line 118 of file openexr_attr.h.
float exr_attr_chromaticities_t::red_x |
Definition at line 115 of file openexr_attr.h.
float exr_attr_chromaticities_t::red_y |
Definition at line 116 of file openexr_attr.h.
float exr_attr_chromaticities_t::white_x |
Definition at line 121 of file openexr_attr.h.
float exr_attr_chromaticities_t::white_y |
Definition at line 122 of file openexr_attr.h.