X coordinate of the start circle
Y coordinate of the start circle
radius of the start circle
X coordinate of the end circle
Y coordinate of the end circle
radius of the end circle
A newly created gtk.Gradient
Deprecated: gtk.Gradient is deprecated.
ConstructionException GTK+ fails to create the object.
3.0
Creates a new radial gradient along the two circles defined by (x0, y0, radius0) and (x1, y1, radius1). Before using the gradient a number of stop colors must be added through Gradient.addColorStop.