Method

Gsk.ColorMatrixNode.get_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: const graphene_matrix_t*

a 4x4 color matrix

Ownership is not transferred to the caller