gsk.opacity_node

Module for [OpacityNode] class

Types 1

classOpacityNode : gsk.render_node.RenderNode

A render node controlling the opacity of its single child node.

Methods
gsk.render_node.RenderNode getChild()Gets the child node that is getting opacityed by the given node. Returns: The child that is getting opacityed
float getOpacity()Gets the transparency factor for an opacity node. Returns: the opacity factor
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.render_node.RenderNode child, float opacity)Creates a [gsk.render_node.RenderNode] that will drawn the child with reduced opacity.