|
Krita Source Code Documentation
|
Classes | |
| class | SensorPackHardness |
| class | SensorPackOpacity |
| class | SensorPackRadiusLogarithmic |
Variables | |
| const QString | MYPAINT_DIAMETER = "MyPaint/diameter" |
| const QString | MYPAINT_HARDNESS = "MyPaint/hardness" |
| const QString | MYPAINT_OPACITY = "MyPaint/opcity" |
| const QString deprecated_remove_after_krita6::MYPAINT_DIAMETER = "MyPaint/diameter" |
Definition at line 20 of file MyPaintStandardOptionData.cpp.
| const QString deprecated_remove_after_krita6::MYPAINT_HARDNESS = "MyPaint/hardness" |
Before Krita 5.2 MyPaint brushes saved into .kpp files used to have separate properties for hardness, opacity and diameter. They are gone with Krita 5.2, but to make sure new brush presets can be open with the older versions of Krita, we should keep them for some time.
Definition at line 18 of file MyPaintStandardOptionData.cpp.
| const QString deprecated_remove_after_krita6::MYPAINT_OPACITY = "MyPaint/opcity" |
Definition at line 19 of file MyPaintStandardOptionData.cpp.