Method
GskLinearGradientNodeget_color_stops
Declaration [src]
const GskColorStop*
gsk_linear_gradient_node_get_color_stops (
  const GskRenderNode* node,
  gsize* n_stops
)
Parameters
| n_stops | gsize* | 
| The number of color stops in the returned array. | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. | 
Return value
| Returns: | An array of GskColorStop | 
| The color stops in the gradient. | |
| The length of the array is in the n_stopsargument. | |
| The data is owned by the instance. |