OpacityNode.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gsk.render_node.RenderNode child, float opacity) nothrow

Creates a gsk.render_node.RenderNode that will drawn the child with reduced opacity.

Parameters

childThe node to draw
opacityThe opacity to apply

Returns