Creates a GskRenderNode that will drawn the @child with @color_matrix.
In particular, the node will transform the operation
pixel = color_matrix * pixel + color_offset
for every pixel.
The node to draw
The matrix to apply
Values to add to the color
A new GskRenderNode
ConstructionException GTK+ fails to create the object.
See Implementation
Creates a GskRenderNode that will drawn the @child with @color_matrix.
In particular, the node will transform the operation
pixel = color_matrix * pixel + color_offset
for every pixel.