gsk.conic_gradient_node

Module for [ConicGradientNode] class

Types 1

classConicGradientNode : gsk.render_node.RenderNode

A render node for a conic gradient.

Methods
float getAngle()Retrieves the angle for the gradient in radians, normalized in [0, 2 * PI].
graphene.point.Point getCenter()Retrieves the center pointer for the gradient. Returns: the center point for the gradient
size_t getNColorStops()Retrieves the number of color stops in the gradient. Returns: the number of color stops
float getRotation()Retrieves the rotation for the gradient in degrees. Returns: the rotation for the gradient
Constructors
this(void * ptr, Flag!"Take" take)