Oyranos Color Management System API - Version 0.9.6
Color calculations

Fast hardcoded color conversions. More...

Collaboration diagram for Color calculations:

Functions

void oyLab2XYZ (const double *CIELab, double *XYZ)
 CIE Lab to ICC XYZ.
void oyXYZ2Lab (const double *XYZ, double *lab)
 ICC XYZ to CIE * Lab.
void oyCIEabsXYZ2ICCrelXYZ (const double *CIEXYZ, double *ICCXYZ, const double *XYZmin, const double *XYZmax, const double *XYZwhite)
 CIE absolute colorimetric to ICC relative colorimetric.
void oyICCXYZrel2CIEabsXYZ (const double *ICCXYZ, double *CIEXYZ, const double *XYZmin, const double *XYZmax, const double *XYZwhite)
 ICC relative colorimetric to CIE absolute colorimetric.

Detailed Description

Fast hardcoded color conversions.

Function Documentation

◆ oyCIEabsXYZ2ICCrelXYZ()

void oyCIEabsXYZ2ICCrelXYZ ( const double * CIEXYZ,
double * ICCXYZ,
const double * XYZmin,
const double * XYZmax,
const double * XYZwhite )

CIE absolute colorimetric to ICC relative colorimetric.

Function oyCIEabsXYZ2ICCrelXYZ

Parameters
[in]CIEXYZCIE absolute colorimetric input
[out]ICCXYZICC relative colorimetric output
[in]XYZminCIE absolute black point
[in]XYZmaxCIE absolute media white
[in]XYZwhiteilluminant white
Since
Oyranos: version 0.1.8
Date
2008/01/20 (API 0.1.8)

◆ oyICCXYZrel2CIEabsXYZ()

void oyICCXYZrel2CIEabsXYZ ( const double * ICCXYZ,
double * CIEXYZ,
const double * XYZmin,
const double * XYZmax,
const double * XYZwhite )

ICC relative colorimetric to CIE absolute colorimetric.

Function oyICCXYZrel2CIEabsXYZ

Parameters
[in]ICCXYZICC relative colorimetric input
[out]CIEXYZCIE absolute colorimetric output
[in]XYZminCIE absolute black point
[in]XYZmaxCIE absolute media white
[in]XYZwhiteilluminant white
Since
Oyranos: version 0.1.8
Date
2008/01/20 (API 0.1.8)

◆ oyLab2XYZ()

void oyLab2XYZ ( const double * CIELab,
double * XYZ )

CIE Lab to ICC XYZ.

Referenced by oyNamedColor_s::oyNamedColor_SetColorStd().

◆ oyXYZ2Lab()

void oyXYZ2Lab ( const double * XYZ,
double * lab )

ICC XYZ to CIE * Lab.

Referenced by oyNamedColor_s::oyNamedColor_GetColorStd().