|
Functions | |
| void | oyLab2XYZ (const double *CIELab, double *XYZ) |
| void | oyXYZ2Lab (const double *XYZ, double *lab) |
| void | oyCIEabsXYZ2ICCrelXYZ (const double *CIEXYZ, double *ICCXYZ, const double *XYZmin, const double *XYZmax, const double *XYZwhite) |
| CIE absolute colourimetric to ICC relative colorimetric. | |
| void | oyICCXYZrel2CIEabsXYZ (const double *ICCXYZ, double *CIEXYZ, const double *XYZmin, const double *XYZmax, const double *XYZwhite) |
| ICC relative colourimetric to CIE absolute colorimetric. | |
| void oyCIEabsXYZ2ICCrelXYZ | ( | const double * | CIEXYZ, | |
| double * | ICCXYZ, | |||
| const double * | XYZmin, | |||
| const double * | XYZmax, | |||
| const double * | XYZwhite | |||
| ) |
CIE absolute colourimetric to ICC relative colorimetric.
Function oyCIEabsXYZ2ICCrelXYZ
| [in] | CIEXYZ | CIE absolute colourimetric input |
| [out] | ICCXYZ | ICC relative colourimetric output |
| [in] | XYZmin | CIE absolute black point |
| [in] | XYZmax | CIE absolute media white |
| [in] | XYZwhite | illuminant white |
| void oyICCXYZrel2CIEabsXYZ | ( | const double * | ICCXYZ, | |
| double * | CIEXYZ, | |||
| const double * | XYZmin, | |||
| const double * | XYZmax, | |||
| const double * | XYZwhite | |||
| ) |
ICC relative colourimetric to CIE absolute colorimetric.
Function oyICCXYZrel2CIEabsXYZ
| [in] | ICCXYZ | ICC relative colourimetric input |
| [out] | CIEXYZ | CIE absolute colourimetric output |
| [in] | XYZmin | CIE absolute black point |
| [in] | XYZmax | CIE absolute media white |
| [in] | XYZwhite | illuminant white |
| void oyLab2XYZ | ( | const double * | CIELab, | |
| double * | XYZ | |||
| ) |
Referenced by oyNamedColour_s::oyNamedColour_SetColourStd().
| void oyXYZ2Lab | ( | const double * | XYZ, | |
| double * | lab | |||
| ) |
Referenced by oyNamedColour_s::oyNamedColour_GetColourStd().
1.6.1