#include <pxl_colorprofile.h>
Public Member Functions | |
| CIEXYZ (double x=0.9642, double y=1.0, double z=0.8249) | |
| CIEXYZ (const CIExyY &xyY) | |
Definition at line 74 of file pxl_colorprofile.h.
| Celartem::CIEXYZ::CIEXYZ | ( | double | x = 0.9642, |
|
| double | y = 1.0, |
|||
| double | z = 0.8249 | |||
| ) | [inline] |
This function initializes CIExyY structure.
Definition at line 83 of file pxl_colorprofile.h.
| Celartem::CIEXYZ::CIEXYZ | ( | const CIExyY & | xyY | ) | [inline] |
This function converts a CIE xyY value into CIE XYZ.
Definition at line 91 of file pxl_colorprofile.h.