|
Krita Source Code Documentation
|
#include <KoColorimetryUtils.h>
Public Member Functions | |
| bool | operator== (const xyY &other) const |
| XYZ | toXYZ () const |
Public Attributes | |
| double | x |
| double | y |
| double | Y |
Definition at line 40 of file KoColorimetryUtils.h.
| bool KoColorimetryUtils::xyY::operator== | ( | const xyY & | other | ) | const |
Definition at line 64 of file KoColorimetryUtils.cpp.
References qFuzzyCompare(), x, y, and Y.
| XYZ KoColorimetryUtils::xyY::toXYZ | ( | ) | const |
Definition at line 52 of file KoColorimetryUtils.cpp.
References qFuzzyIsNull(), x, KoColorimetryUtils::XYZ::X, y, and Y.
| double KoColorimetryUtils::xyY::x |
Definition at line 41 of file KoColorimetryUtils.h.
| double KoColorimetryUtils::xyY::y |
Definition at line 42 of file KoColorimetryUtils.h.
| double KoColorimetryUtils::xyY::Y |
Definition at line 43 of file KoColorimetryUtils.h.