#include <pxl_colorprofile.h>
Public Member Functions | |
| CIExyY (double _x, double _y, double _Y=1.0) | |
| CIExyY (const CIEXYZ &xyz) | |
Static Public Member Functions | |
| static CIExyY | getWhitePointFromTemperature (int inTempK) |
| static const CIExyY & | getD50 () |
| static const CIExyY & | getD65 () |
Definition at line 28 of file pxl_colorprofile.h.
| Celartem::CIExyY::CIExyY | ( | double | _x, | |
| double | _y, | |||
| double | _Y = 1.0 | |||
| ) | [inline] |
This function initializes CIExyY structure.
Definition at line 37 of file pxl_colorprofile.h.
| Celartem::CIExyY::CIExyY | ( | const CIEXYZ & | xyz | ) | [inline] |
This function converts a CIE XYZ value into CIE xyY.
Definition at line 100 of file pxl_colorprofile.h.
| static CIExyY Celartem::CIExyY::getWhitePointFromTemperature | ( | int | inTempK | ) | [static] |
This function calculates white point from the specified temperature (K).
| inTempK | The temperature (K) (4000-25000). |
| static const CIExyY& Celartem::CIExyY::getD50 | ( | ) | [static] |
This function returns CIE 1931 D50 white point.
| static const CIExyY& Celartem::CIExyY::getD65 | ( | ) | [static] |
This function returns CIE 1931 D65 white point.