Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorProofingConversionTransformation.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2007 Cyrille Berger <cberger@cberger.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5*/
6
8
9#include "KoColorSpace.h"
10
11
13 const KoColorSpace* dstCs,
14 const KoColorSpace* proofingSpace,
15 Intent renderingIntent,
16 ConversionFlags conversionFlags)
17 : KoColorConversionTransformation(srcCs, dstCs, renderingIntent, conversionFlags)
18{
19 Q_ASSERT(proofingSpace);
21}
22
26
KoColorProofingConversionTransformation(const KoColorSpace *srcCs, const KoColorSpace *dstCs, const KoColorSpace *proofingSpace, Intent renderingIntent, ConversionFlags conversionFlags)