ComponentTransferNode
Description:
[ CCode ( has_construct_function = false ) ]
public ComponentTransferNode (RenderNode child, ComponentTransfer r, ComponentTransfer g, ComponentTransfer b, ComponentTransfer a)
public ComponentTransferNode (RenderNode child, ComponentTransfer r, ComponentTransfer g, ComponentTransfer b, ComponentTransfer a)
Creates a render node that will apply component transfers to a child node.
Parameters:
| child |
The child to apply component transfers to |
| r |
transfer for the red component |
| g |
transfer for the green component |
| b |
transfer for the blue component |
| a |
transfer for the alpha component |
Returns:
|
A new `GskRenderNode` |