|
Krita Source Code Documentation
|
Inheritance diagram for KisDodgeShadowsAdjustment< _channel_type_, traits >:Public Member Functions | |
| KisDodgeShadowsAdjustment () | |
| int | parameterId (const QString &name) const override |
| QList< QString > | parameters () const override |
| void | setParameter (int id, const QVariant ¶meter) override |
| void | transform (const quint8 *srcU8, quint8 *dstU8, qint32 nPixels) const override |
Public Member Functions inherited from KoColorTransformation | |
| virtual bool | isValid () const |
| void | setParameters (const QHash< QString, QVariant > ¶meters) |
| virtual | ~KoColorTransformation () |
Private Types | |
| typedef RGBTrait::Pixel | RGBPixel |
| typedef traits | RGBTrait |
Private Attributes | |
| float | exposure {0.0f} |
Definition at line 24 of file kis_dodgeshadows_adjustment.cpp.
|
private |
Definition at line 27 of file kis_dodgeshadows_adjustment.cpp.
|
private |
Definition at line 26 of file kis_dodgeshadows_adjustment.cpp.
|
inline |
Definition at line 30 of file kis_dodgeshadows_adjustment.cpp.
|
inlineoverridevirtual |
Get the parameter id for a parameter name
Reimplemented from KoColorTransformation.
Definition at line 66 of file kis_dodgeshadows_adjustment.cpp.
|
inlineoverridevirtual |
Reimplemented from KoColorTransformation.
Definition at line 59 of file kis_dodgeshadows_adjustment.cpp.
|
inlineoverridevirtual |
Update one parameter of a cached transformation object.
Reimplemented from KoColorTransformation.
Definition at line 73 of file kis_dodgeshadows_adjustment.cpp.
References KisDodgeShadowsAdjustment< _channel_type_, traits >::exposure.
|
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 32 of file kis_dodgeshadows_adjustment.cpp.
References KisDodgeShadowsAdjustment< _channel_type_, traits >::exposure, and KoColorSpaceMaths< _T, _Tdst >::scaleToA().
|
private |
Definition at line 86 of file kis_dodgeshadows_adjustment.cpp.