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

Type: graphene_matrix_t

A 4x4 color matrix.

The returned data is owned by the instance.