the bounds of the node
the center of the gradient
the horizontal radius
the vertical radius
a percentage >= 0 that defines the start of the gradient around @center
a percentage >= 0 that defines the end of the gradient around @center
a pointer to an array of GskColorStop defining the gradient. The offsets of all color stops must be increasing. The first stop's offset must be >= 0 and the last stop's offset must be <= 1.
A new GskRenderNode
ConstructionException GTK+ fails to create the object.
Creates a GskRenderNode that draws a repeating radial gradient.
The radial gradient starts around @center. The size of the gradient is dictated by @hradius in horizontal orientation and by @vradius in vertial orientation.