|
Krita Source Code Documentation
|
#include <KisMaskingBrushCompositeOpFactory.h>
Static Public Member Functions | |
| static KisMaskingBrushCompositeOpBase * | create (const QString &id, KoChannelInfo::enumChannelValueType channelType, int pixelSize, int alphaOffset) |
| static KisMaskingBrushCompositeOpBase * | create (const QString &id, KoChannelInfo::enumChannelValueType channelType, int pixelSize, int alphaOffset, qreal strength, bool useSoftTexturing=false) |
| static KisMaskingBrushCompositeOpBase * | createForAlphaSrc (const QString &id, KoChannelInfo::enumChannelValueType channelType, int pixelSize, int alphaOffset) |
| static KisMaskingBrushCompositeOpBase * | createForAlphaSrc (const QString &id, KoChannelInfo::enumChannelValueType channelType, int pixelSize, int alphaOffset, qreal strength, bool useSoftTexturing=false) |
| static QStringList | supportedCompositeOpIds () |
Definition at line 17 of file KisMaskingBrushCompositeOpFactory.h.
|
static |
Definition at line 211 of file KisMaskingBrushCompositeOpFactory.cpp.
|
static |
Definition at line 218 of file KisMaskingBrushCompositeOpFactory.cpp.
|
static |
Definition at line 229 of file KisMaskingBrushCompositeOpFactory.cpp.
|
static |
Definition at line 236 of file KisMaskingBrushCompositeOpFactory.cpp.
|
static |
Definition at line 247 of file KisMaskingBrushCompositeOpFactory.cpp.
References COMPOSITE_BURN, COMPOSITE_DARKEN, COMPOSITE_DODGE, COMPOSITE_HARD_MIX_PHOTOSHOP, COMPOSITE_HARD_MIX_SOFTER_PHOTOSHOP, COMPOSITE_LINEAR_BURN, COMPOSITE_LINEAR_DODGE, COMPOSITE_MULT, COMPOSITE_OVERLAY, and COMPOSITE_SUBTRACT.