gsk.color_node

Module for [ColorNode] class

class ColorNode

Types 1

A render node for a solid color.

Methods
gdk.rgba.RGBA getColor()Retrieves the color of the given node. Returns: the color of the node
Constructors
this(void * ptr, Flag!"Take" take)
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.