|
Krita Source Code Documentation
|
#include <IccColorProfile.h>
Inheritance diagram for IccColorProfile::Container:Public Member Functions | |
| virtual bool | compareTRC (TransferCharacteristics characteristics, float error) const =0 |
| Container () | |
| virtual QString | copyright () const =0 |
| virtual QVector< double > | getColorantsxyY () const =0 |
| virtual QVector< double > | getColorantsXYZ () const =0 |
| virtual QVector< double > | getEstimatedTRC () const =0 |
| virtual QByteArray | getProfileUniqueId () const =0 |
| virtual QVector< double > | getWhitePointxyY () const =0 |
| virtual QVector< double > | getWhitePointXYZ () const =0 |
| virtual bool | hasColorants () const =0 |
| virtual QString | info () const =0 |
| virtual bool | isSuitableForDisplay () const =0 |
| virtual bool | isSuitableForOutput () const =0 |
| virtual bool | isSuitableForPrinting () 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 45 of file IccColorProfile.h.
| IccColorProfile::Container::Container | ( | ) |
Definition at line 57 of file IccColorProfile.cpp.
|
virtual |
Definition at line 61 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.