special type of DrawPattern for gradients (experimental). More...
Inherits Kt::Graphics::DrawPattern.
Public Member Functions | |
void | AddColorStopRGB (double offset, double r, double g, double b) |
void | AddColorStopRGBA (double offset, double r, double g, double b, double a) |
Public Member Functions inherited from Kt::Graphics::DrawPattern | |
void | SelectAsSource () |
selects pattern in the draw surface for stroke, paint or text operations | |
void | SelectAsMask () |
selects pattern in the draw surface as mask, for mask painting oprations | |
void | SetExtend (PatternExtend extend) |
how should the pattern be extended | |
void | SetFilter (PatternFilter filter) |
the filter to use when the pattern is being resized | |