|
Krita Source Code Documentation
|
#include <QPair>#include <QGradient>#include <QtAlgorithms>#include "KoColor.h"#include <resources/KoAbstractGradient.h>#include <KoResource.h>#include <kritapigment_export.h>#include <boost/operators.hpp>Go to the source code of this file.
Classes | |
| struct | KoGradientStop |
| struct | KoGradientStopHueSort |
| struct | KoGradientStopValueSort |
| class | KoStopGradient |
Typedefs | |
| typedef QSharedPointer< KoStopGradient > | KoStopGradientSP |
Enumerations | |
| enum | KoGradientStopType { COLORSTOP , FOREGROUNDSTOP , BACKGROUNDSTOP } |
| typedef QSharedPointer<KoStopGradient> KoStopGradientSP |
Definition at line 160 of file KoStopGradient.h.
| enum KoGradientStopType |
| Enumerator | |
|---|---|
| COLORSTOP | |
| FOREGROUNDSTOP | |
| BACKGROUNDSTOP | |
Definition at line 19 of file KoStopGradient.h.