BlendNode.this

Creates a GskRenderNode that will use @blend_mode to blend the @top node onto the @bottom node.

  1. this(GskBlendNode* gskBlendNode, bool ownedRef)
  2. this(RenderNode bottom, RenderNode top, GskBlendMode blendMode)

Parameters

bottom RenderNode

The bottom node to be drawn

top RenderNode

The node to be blended onto the @bottom node

blendMode GskBlendMode

The blend mode to use

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta