ColorNode.this

Creates a GskRenderNode that will render the color specified by @rgba into the area given by @bounds.

  1. this(GskColorNode* gskColorNode, bool ownedRef)
  2. this(RGBA rgba, Rect bounds)
    class ColorNode

Parameters

rgba RGBA

a GdkRGBA specifying a color

bounds Rect

the rectangle to render the color into

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta