|
Krita Source Code Documentation
|
#include <KoStopGradient.h>
Inheritance diagram for KoGradientStop:Public Member Functions | |
| KoGradientStop (qreal _position=0.0, KoColor _color=KoColor(), KoGradientStopType _type=COLORSTOP) | |
| bool | operator== (const KoGradientStop &other) const |
| QString | typeString () const |
Static Public Member Functions | |
| static KoGradientStopType | typeFromString (QString typestring) |
Public Attributes | |
| KoColor | color |
| qreal | position |
| KoGradientStopType | type |
Definition at line 26 of file KoStopGradient.h.
|
inline |
Definition at line 32 of file KoStopGradient.h.
|
inline |
|
inlinestatic |
Definition at line 60 of file KoStopGradient.h.
References BACKGROUNDSTOP, COLORSTOP, and FOREGROUNDSTOP.
|
inline |
Definition at line 46 of file KoStopGradient.h.
References BACKGROUNDSTOP, COLORSTOP, FOREGROUNDSTOP, and type.
| KoColor KoGradientStop::color |
Definition at line 29 of file KoStopGradient.h.
| qreal KoGradientStop::position |
Definition at line 30 of file KoStopGradient.h.
| KoGradientStopType KoGradientStop::type |
Definition at line 28 of file KoStopGradient.h.