gsk.radial_gradient_node

Module for [RadialGradientNode] class

Types 1

classRadialGradientNode : gsk.render_node.RenderNode

A render node for a radial gradient.

Methods
graphene.point.Point getCenter()Retrieves the center pointer for the gradient. Returns: the center point for the gradient
float getEnd()Retrieves the end value for the gradient. Returns: the end value for the gradient
float getHradius()Retrieves the horizontal radius for the gradient. Returns: the horizontal radius for the gradient
size_t getNColorStops()Retrieves the number of color stops in the gradient. Returns: the number of color stops
float getStart()Retrieves the start value for the gradient. Returns: the start value for the gradient
float getVradius()Retrieves the vertical radius for the gradient. Returns: the vertical radius for the gradient
Constructors
this(void * ptr, Flag!"Take" take)