#include <climits>
#include <QImage>
#include <QHash>
#include <QVector>
#include <QList>
#include <boost/operators.hpp>
#include "KoColorSpaceConstants.h"
#include "KoColorConversionTransformation.h"
#include "KoColorProofingConversionTransformation.h"
#include "KoCompositeOp.h"
#include "KisDitherOp.h"
#include <KoID.h>
#include "kritapigment_export.h"
Go to the source code of this file.
◆ ColorSpaceIndependence
| Enumerator |
|---|
| FULLY_INDEPENDENT | |
| TO_LAB16 | |
| TO_RGBA8 | |
| TO_RGBA16 | |
Definition at line 40 of file KoColorSpace.h.
◆ Deletability
| Enumerator |
|---|
| OwnedByRegistryDoNotDelete | |
| OwnedByRegistryRegistryDeletes | |
| NotOwnedByRegistry | |
Definition at line 34 of file KoColorSpace.h.
34 {
38};
@ OwnedByRegistryDoNotDelete
@ OwnedByRegistryRegistryDeletes
◆ operator<<()