Oyranos Color Management System API
Functions
Color calculations

Fast hardcoded color conversions. More...

Collaboration diagram for Color calculations:

Functions

void oyCIEabsXYZ2ICCrelXYZ (const double *CIEXYZ, double *ICCXYZ, const double *XYZmin, const double *XYZmax, const double *XYZwhite)
 CIE absolute colorimetric to ICC relative colorimetric. More...
 
void oyICCXYZrel2CIEabsXYZ (const double *ICCXYZ, double *CIEXYZ, const double *XYZmin, const double *XYZmax, const double *XYZwhite)
 ICC relative colorimetric to CIE absolute colorimetric. More...
 

Detailed Description

Fast hardcoded color conversions.

Function Documentation

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)
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)