7#ifndef _KO_SIMPLE_COLOR_SPACE_ENGINE_H_
8#define _KO_SIMPLE_COLOR_SPACE_ENGINE_H_
22 KoColorConversionTransformation::ConversionFlags conversionFlags)
const override;
25 void removeProfile(
const QString &profile )
override { Q_UNUSED(profile); }
29 Q_UNUSED(colorPrimaries);
30 Q_UNUSED(transferFunction);
ColorPrimaries
The colorPrimaries enum Enum of colorants, follows ITU H.273 for values 0 to 255, and has extra known...
TransferCharacteristics
The transferCharacteristics enum Enum of transfer characteristics, follows ITU H.273 for values 0 to ...
const KoColorProfile * getProfile(const QVector< double > &colorants, ColorPrimaries colorPrimaries, TransferCharacteristics transferFunction) override
getProfile This tries to generate a profile with the given characteristics and add it to the registry...
KoSimpleColorSpaceEngine()
const KoColorProfile * addProfile(const QString &profile) override
~KoSimpleColorSpaceEngine() override
KoColorConversionTransformation * createColorTransformation(const KoColorSpace *srcColorSpace, const KoColorSpace *dstColorSpace, KoColorConversionTransformation::Intent renderingIntent, KoColorConversionTransformation::ConversionFlags conversionFlags) const override
void removeProfile(const QString &profile) override
const KoColorProfile * addProfile(const QByteArray &data) override