|
Krita Source Code Documentation
|
#include <QImage>#include <KoResource.h>#include <kis_types.h>#include <kis_shared.h>#include <kis_dab_shape.h>#include <kritabrush_export.h>Go to the source code of this file.
Classes | |
| class | KisBrush::ColoringInformation |
| class | KisBrush |
| class | KisBrush::PaintDeviceColoringInformation |
| class | KisBrush::PlainColoringInformation |
Typedefs | |
| typedef QSharedPointer< KisBrush > | KisBrushSP |
| typedef QSharedPointer< KoAbstractGradient > | KoAbstractGradientSP |
Enumerations | |
| enum | enumBrushApplication { ALPHAMASK , IMAGESTAMP , LIGHTNESSMAP , GRADIENTMAP } |
| enum | enumBrushType { INVALID , MASK , IMAGE , PIPE_MASK , PIPE_IMAGE } |
Variables | |
| static const qreal | DEFAULT_LIGHTNESS_STRENGTH = 1.0 |
| static const qreal | DEFAULT_SOFTNESS_FACTOR = 1.0 |
| typedef QSharedPointer<KisBrush> KisBrushSP |
Definition at line 49 of file kis_brush.h.
Definition at line 28 of file kis_brush.h.
| enum enumBrushApplication |
| Enumerator | |
|---|---|
| ALPHAMASK | |
| IMAGESTAMP | |
| LIGHTNESSMAP | |
| GRADIENTMAP | |
Definition at line 38 of file kis_brush.h.
| enum enumBrushType |
| Enumerator | |
|---|---|
| INVALID | |
| MASK | |
| IMAGE | |
| PIPE_MASK | |
| PIPE_IMAGE | |
Definition at line 30 of file kis_brush.h.
|
static |
Definition at line 46 of file kis_brush.h.
|
static |
Definition at line 45 of file kis_brush.h.