|
Krita Source Code Documentation
|
#include <QWidget>#include <QVector>#include "kritawidgets_export.h"Go to the source code of this file.
Classes | |
| struct | KisLevelsSlider::Handle |
| class | KisInputLevelsSlider |
| This is a simple input levels slider that has no gamma handle. Use it if you want to show a simple mapping or contrast adjustment. The handles are constrained so that the black point handle can not pass the white point handle and vice-versa. More... | |
| class | KisInputLevelsSliderWithGamma |
| This is a input levels slider that has a gamma handle. The handles are constrained so that the black point handle can not pass the white point handle and vice-versa. More... | |
| class | KisLevelsSlider |
| A base class for levels slider like widgets: a slider with a gradient and multiple handles. More... | |
| class | KisOutputLevelsSlider |
| This is a simple output levels slider. It is basically the same as KisInputLevelsSlider but the handles are not constrained and can move freely. More... | |
| class | KisThresholdSlider |
| This is a threshold slider that only has one handle. More... | |