LinearGradientNode
Object Hierarchy:
Description:
[
CCode ( type_id =
"gsk_linear_gradient_node_get_type ()" ) ]
public class LinearGradientNode :
RenderNode
A render node for a linear gradient.
Content:
Creation methods:
Methods:
- public unowned ColorStop[] get_color_stops ()
Retrieves the color stops in the gradient.
- public unowned Point? get_end ()
Retrieves the final point of the linear gradient.
- public size_t get_n_color_stops ()
Retrieves the number of color stops in the gradient.
- public unowned Point? get_start ()
Retrieves the initial point of the linear gradient.
Inherited Members:
All known members inherited from class Gsk.RenderNode