ConicGradientNode
Object Hierarchy:
Description:
[
CCode ( type_id =
"gsk_conic_gradient_node_get_type ()" ) ]
public class ConicGradientNode :
RenderNode
A render node for a conic gradient.
Content:
Creation methods:
Methods:
- public float get_angle ()
Retrieves the angle for the gradient in radians, normalized in [0, 2 *
PI].
- public unowned Point? get_center ()
Retrieves the center pointer for the gradient.
- public unowned ColorStop[] get_color_stops ()
Retrieves the color stops in the gradient.
- public size_t get_n_color_stops ()
Retrieves the number of color stops in the gradient.
- public float get_rotation ()
Retrieves the rotation for the gradient in degrees.
Inherited Members:
All known members inherited from class Gsk.RenderNode