gsk.color_node
Module for [ColorNode] class
class ColorNode
Types 1
classColorNode : gsk.render_node.RenderNode
A render node for a solid color.
Methods
gdk.rgba.RGBA getColor()Retrieves the color of the given node. Returns: the color of the nodeConstructors
this(gdk.rgba.RGBA rgba, graphene.rect.Rect bounds)Creates a [gsk.render_node.RenderNode] that will render the color specified by rgba into the area given by bounds.