Method
Gsk.LinearGradientNode.get_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 | |
| Direction: out | |
| Ownership of the data is transferred to the callee | 
Return value
| Returns: An array of GskColorStop | |
| the color stops in the gradient | |
| The length of the array is in the n_stopsargument | |
| Ownership is not transferred to the caller | |