gsk.linear_gradient_node

Module for [LinearGradientNode] class

Types 1

classLinearGradientNode : gsk.render_node.RenderNode

A render node for a linear gradient.

Methods
graphene.point.Point getEnd()Retrieves the final point of the linear gradient. Returns: the final point
size_t getNColorStops()Retrieves the number of color stops in the gradient. Returns: the number of color stops
graphene.point.Point getStart()Retrieves the initial point of the linear gradient. Returns: the initial point
Constructors
this(void * ptr, Flag!"Take" take)