REVLib - C++
rev::CIEColor Class Reference

#include <CIEColor.h>

Public Member Functions

 CIEColor (double X, double Y, double Z)
 
double GetX ()
 
double GetY ()
 
double GetZ ()
 
double GetYx ()
 
double GetYy ()
 

Constructor & Destructor Documentation

◆ CIEColor()

rev::CIEColor::CIEColor ( double  X,
double  Y,
double  Z 
)
inline

Member Function Documentation

◆ GetX()

double rev::CIEColor::GetX ( )
inline

Get the X component of the color

Returns
CIE X

◆ GetY()

double rev::CIEColor::GetY ( )
inline

Get the Y component of the color

Returns
CIE Y

◆ GetZ()

double rev::CIEColor::GetZ ( )
inline

Get the Z component of the color

Returns
CIE Z

◆ GetYx()

double rev::CIEColor::GetYx ( )
inline

Get the x calculated coordinate of the CIE 19313 color space

https://en.wikipedia.org/wiki/CIE_1931_color_space

Returns
CIE Yx

◆ GetYy()

double rev::CIEColor::GetYy ( )
inline

Get the y calculated coordinate of the CIE 19313 color space

https://en.wikipedia.org/wiki/CIE_1931_color_space

Returns
CIE Yy

The documentation for this class was generated from the following files: