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() nothrowRetrieves the center pointer for the gradient. Returns: the center point for the gradient
float getEnd() nothrowRetrieves the end value for the gradient. Returns: the end value for the gradient
float getHradius() nothrowRetrieves the horizontal radius for the gradient. Returns: the horizontal radius for the gradient
size_t getNColorStops() nothrowRetrieves the number of color stops in the gradient. Returns: the number of color stops
float getStart() nothrowRetrieves the start value for the gradient. Returns: the start value for the gradient
float getVradius() nothrowRetrieves the vertical radius for the gradient. Returns: the vertical radius for the gradient
Constructors
this(void * ptr, Flag!"Take" take)