krita
KisGradientSegment Class Reference
List of all members.Detailed Description
Definition at line 65 of file kis_gradient.h.
Public Member Functions | |
| KisGradientSegment (int interpolationType, int colorInterpolationType, double startOffset, double middleOffset, double endOffset, const Color &startColor, const Color &endColor) | |
| Color | colorAt (double t) const |
| const Color & | startColor () const |
| const Color & | endColor () const |
| void | setStartColor (const Color &color) |
| void | setEndColor (const Color &color) |
| double | startOffset () const |
| double | middleOffset () const |
| double | endOffset () const |
| void | setStartOffset (double t) |
| void | setMiddleOffset (double t) |
| void | setEndOffset (double t) |
| double | length () |
| int | interpolation () const |
| int | colorInterpolation () const |
| void | setInterpolation (int interpolationType) |
| void | setColorInterpolation (int colorInterpolationType) |
| bool | isValid () const |
Classes | |
| class | ColorInterpolationStrategy |
| class | CurvedInterpolationStrategy |
| class | HSVCCWColorInterpolationStrategy |
| class | HSVCWColorInterpolationStrategy |
| class | InterpolationStrategy |
| class | LinearInterpolationStrategy |
| class | RGBColorInterpolationStrategy |
| class | SineInterpolationStrategy |
| class | SphereDecreasingInterpolationStrategy |
| class | SphereIncreasingInterpolationStrategy |
The documentation for this class was generated from the following files:

