|
Krita Source Code Documentation
|
#include <KoInvertColorTransformation.h>
Inheritance diagram for KoU16InvertColorTransformer:Public Member Functions | |
| KoU16InvertColorTransformer (const KoColorSpace *cs) | |
| void | transform (const quint8 *src, quint8 *dst, qint32 nPixels) const override |
Public Member Functions inherited from KoInvertColorTransformationT | |
| KoInvertColorTransformationT (const KoColorSpace *cs) | |
| void | transformGen (const quint8 *src, quint8 *dst, qint32 nPixels) const |
| template<typename T > | |
| void | transformI (const quint8 *src, quint8 *dst, qint32 nPixels) const |
Public Member Functions inherited from KoColorTransformation | |
| virtual bool | isValid () const |
| virtual int | parameterId (const QString &name) const |
| virtual QList< QString > | parameters () const |
| virtual void | setParameter (int id, const QVariant ¶meter) |
| void | setParameters (const QHash< QString, QVariant > ¶meters) |
| virtual | ~KoColorTransformation () |
Additional Inherited Members | |
Protected Attributes inherited from KoInvertColorTransformationT | |
| QList< quint8 > | m_channels |
Definition at line 107 of file KoInvertColorTransformation.h.
|
inline |
Definition at line 109 of file KoInvertColorTransformation.h.
|
inlineoverridevirtual |
This function apply the transformation on a given number of pixels.
| src | a pointer to the source pixels |
| dst | a pointer to the destination pixels |
| nPixels | the number of pixels |
This function may or may not be thread safe. You need to create one KoColorTransformation per thread.
Implements KoColorTransformation.
Definition at line 114 of file KoInvertColorTransformation.h.