Celartem::CIExyY Struct Reference

#include <pxl_colorprofile.h>

List of all members.

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 CIExyYgetD50 ()
static const CIExyYgetD65 ()


Detailed Description

This structure represents a value of CIE xyY.

Definition at line 28 of file pxl_colorprofile.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

static CIExyY Celartem::CIExyY::getWhitePointFromTemperature ( int  inTempK  )  [static]

This function calculates white point from the specified temperature (K).

Parameters:
inTempK The temperature (K) (4000-25000).

static const CIExyY& Celartem::CIExyY::getD50 (  )  [static]

This function returns CIE 1931 D50 white point.

Returns:
CIE 1931 D50 white point.

static const CIExyY& Celartem::CIExyY::getD65 (  )  [static]

This function returns CIE 1931 D65 white point.

Returns:
CIE 1931 D65 white point.


The documentation for this struct was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:11 2008.