Package: gsk

Function gsk:blend-node-new

Lambda List

gsk:blend-node-new (bottom top mode)

Arguments

bottom -- a gsk:render-node instance with the bottom node to be drawn
top -- a gsk:render-node instance with the top node to be blended onto the bottom node
mode -- a gsk:blend-mode value with the blend mode to use

Return Value

The new gsk:blend-node instance.

Details

Creates a render node that will use mode to blend the top node onto the bottom node.
 

See also

#2023-10-26