Method

GskConicGradientNodeget_center

Declaration [src]

const graphene_point_t*
gsk_conic_gradient_node_get_center (
  const GskRenderNode* node
)

Description [src]

Retrieves the center pointer for the gradient.

Return value

Returns: graphene_point_t
 

The center point for the gradient.

 The data is owned by the instance.