|
Krita Source Code Documentation
|
#include <IccColorProfile.h>
Inheritance diagram for IccColorProfile::Container:Public Member Functions | |
| virtual ColorPrimaries | cicpPrimaries () const =0 |
| virtual TransferCharacteristics | cicpTransfer () const =0 |
| virtual bool | compareTRC (TransferCharacteristics characteristics, float error) const =0 |
| Container () | |
| virtual QString | copyright () const =0 |
| virtual QVector< KoColorimetryUtils::xyY > | getColorantsxyY () const =0 |
| virtual QVector< KoColorimetryUtils::XYZ > | getColorantsXYZ () const =0 |
| virtual QVector< double > | getEstimatedTRC () const =0 |
| virtual QByteArray | getProfileUniqueId () const =0 |
| virtual KoColorimetryUtils::xyY | getWhitePointxyY () const =0 |
| virtual KoColorimetryUtils::XYZ | getWhitePointXYZ () const =0 |
| virtual bool | hasCicpValues () const =0 |
| virtual bool | hasColorants () const =0 |
| virtual QString | info () const =0 |
| virtual bool | isSuitableForDisplay () const =0 |
| virtual bool | isSuitableForInput () const =0 |
| virtual bool | isSuitableForOutput () const =0 |
| virtual bool | isSuitableForPrinting () const =0 |
| virtual bool | isSuitableForWorkspace () const =0 |
| virtual QString | manufacturer () const =0 |
| virtual QString | name () const =0 |
| virtual bool | valid () const =0 |
| virtual | ~Container () |
This class should be used to wrap the ICC profile representation coming from various CMS engine.
Definition at line 48 of file IccColorProfile.h.
| IccColorProfile::Container::Container | ( | ) |
Definition at line 60 of file IccColorProfile.cpp.
|
virtual |
Definition at line 64 of file IccColorProfile.cpp.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.
|
pure virtual |
Implemented in LcmsColorProfileContainer.