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); }
const KoColorProfile * getProfile(const KoColorProfileQuery &query) 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
The KoColorProfileQuery struct.