12#include <QScopedPointer>
14#include "kritalibkis_export.h"
58 ManagedColor(
const QString &colorModel,
const QString &colorDepth,
const QString &colorProfile, QObject *parent = 0);
71 QColor colorForCanvas(
Canvas *canvas)
const;
91 QString colorDepth()
const;
106 QString colorModel()
const;
111 QString colorProfile()
const;
121 bool setColorProfile(
const QString &colorProfile);
148 bool setColorSpace(
const QString &colorModel,
const QString &colorDepth,
const QString &colorProfile);
174 QString toXML()
const;
185 void fromXML(
const QString &xml);
204 const QScopedPointer<Private>
d;
bool operator==(const KisRegion &lhs, const KisRegion &rhs)
The ColorizeMask class A colorize mask is a mask type node that can be used to color in line art.
The ManagedColor class is a class to handle colors that are color managed. A managed color is a color...
const QScopedPointer< Private > d
The PaletteView class is a wrapper around a MVC method for handling palettes. This class shows a nice...
The Swatch class is a thin wrapper around the KisSwatch class.