libdcp
|
A representation of a x,y,z chromaticity, where z = 1 - x - y. More...
#include <chromaticity.h>
Public Member Functions | |
Chromaticity (double x_, double y_) | |
double | z () const |
bool | about_equal (Chromaticity const &other, float epsilon) const |
Static Public Member Functions | |
static Chromaticity | D65 () |
Public Attributes | |
double | x = 0 |
double | y = 0 |
A representation of a x,y,z chromaticity, where z = 1 - x - y.
Definition at line 53 of file chromaticity.h.
|
inline |
Definition at line 71 of file chromaticity.h.