Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorProofingConversionTransformation.h
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
7#ifndef _KO_COLOR_PROOFING_CONVERSION_TRANSFORMATION_H_
8#define _KO_COLOR_PROOFING_CONVERSION_TRANSFORMATION_H_
9
11
12#include "kritapigment_export.h"
13
14class KoColorSpace;
16
21{
22
23public:
25 const KoColorSpace *dstCs,
26 const KoColorSpace *proofingSpace,
27 Intent renderingIntent,
28 ConversionFlags conversionFlags);
30
31public:
32
37 const KoColorSpace *proofingSpace() const;
38
39private:
41};
42
43#endif