|
Krita Source Code Documentation
|
#include <KoColorimetryUtils.h>
Public Member Functions | |
| QVector2D | asVector () const |
| bool | operator== (const xy &other) const |
| XYZ | toXYZ () const |
Public Attributes | |
| double | x |
| double | y |
xyY, with Y unspecified
Definition at line 31 of file KoColorimetryUtils.h.
| QVector2D KoColorimetryUtils::xy::asVector | ( | ) | const |
Definition at line 42 of file KoColorimetryUtils.cpp.
| bool KoColorimetryUtils::xy::operator== | ( | const xy & | other | ) | const |
| XYZ KoColorimetryUtils::xy::toXYZ | ( | ) | const |
Definition at line 30 of file KoColorimetryUtils.cpp.
References qFuzzyIsNull(), x, KoColorimetryUtils::XYZ::X, and y.
| double KoColorimetryUtils::xy::x |
Definition at line 32 of file KoColorimetryUtils.h.
| double KoColorimetryUtils::xy::y |
Definition at line 33 of file KoColorimetryUtils.h.