the bounds of the node
the center of the gradient
the rotation of the gradient in degrees
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 conic gradient.
The conic gradient starts around @center in the direction of @rotation. A rotation of 0 means that the gradient points up. Color stops are then added clockwise.