Method

GskColorMatrixNodeget_color_matrix

Declaration [src]

const graphene_matrix_t*
gsk_color_matrix_node_get_color_matrix (
  const GskRenderNode* node
)

Description [src]

Retrieves the color matrix used by the node.

Return value

Returns: graphene_matrix_t
 

A 4x4 color matrix.

 The data is owned by the instance.