|
Krita Source Code Documentation
|
#include <KoColorSpace.h>#include <KoChannelInfo.h>#include <KoColorModelStandardIds.h>#include <kis_assert.h>#include <KoCompositeColorTransformation.h>#include <kis_cubic_curve.h>#include "../../color/colorspaceextensions/kis_hsv_adjustment.h"#include "kis_multichannel_utils.h"Go to the source code of this file.
Namespaces | |
| namespace | KisMultiChannelUtils |
Functions | |
| KoColorTransformation * | KisMultiChannelUtils::createPerChannelTransformationFromTransfers (const KoColorSpace *cs, const QVector< QVector< quint16 > > &transfers, const QList< bool > &transferIsIdentity) |
| Create a composed per channel transformation object from the set of given transfers. | |
| int | KisMultiChannelUtils::findChannel (const QVector< VirtualChannelInfo > &virtualChannels, const VirtualChannelInfo::Type &channelType) |
| QVector< VirtualChannelInfo > | KisMultiChannelUtils::getVirtualChannels (const KoColorSpace *cs, int maxChannels, bool supportsLightness, bool supportsHue, bool supportsSaturation) |