gsk.shadow_node
Module for [ShadowNode] class
class ShadowNode
Types 1
classShadowNode : gsk.render_node.RenderNode
A render node drawing one or more shadows behind its single child node.
Methods
gsk.render_node.RenderNode getChild()Retrieves the child [gsk.render_node.RenderNode] of the shadow node. Returns: the child render nodesize_t getNShadows()Retrieves the number of shadows in the node. Returns: the number of shadows.gsk.shadow.Shadow getShadow(size_t i)Retrieves the shadow data at the given index `i`.