append_repeating_radial_gradient
Description:
public void append_repeating_radial_gradient (Rect bounds, Point center, float hradius, float vradius, float start, float end, ColorStop[] stops)
Appends a repeating radial gradient node with the given stops to this.
Parameters:
this |
a `GtkSnapshot` |
bounds |
the rectangle to render the readial gradient into |
center |
the center point for the radial gradient |
hradius |
the horizontal radius |
vradius |
the vertical radius |
start |
the start position (on the horizontal axis) |
end |
the end position (on the horizontal axis) |
stops |
the color stops defining the gradient |
n_stops |
the number of elements in |