gsk.opacity_node
Module for [OpacityNode] class
class OpacityNode
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 opacityedfloat getOpacity()Gets the transparency factor for an opacity node. Returns: the opacity factorConstructors
this(gsk.render_node.RenderNode child, float opacity)Creates a [gsk.render_node.RenderNode] that will drawn the child with reduced opacity.