Package: gsk
Function gsk:color-matrix-node-new
Lambda Listgsk:color-matrix-node-new (child matrix offset) ArgumentsReturn ValueThe new gsk:color-matrix-node instance. Details
Creates a render node that will draw the child render node with matrix.
In particular, the node will transform colors by applying pixel = transpose(matrix) * pixel + offsetfor every pixel. The transformation operates on unpremultiplied colors, with color components ordered R, G, B, A. | See also |
2026-02-09