OpacityNode.this

Creates a GskRenderNode that will drawn the @child with reduced @opacity.

  1. this(GskOpacityNode* gskOpacityNode, bool ownedRef)
  2. this(RenderNode child, float opacity)
    class OpacityNode

Parameters

child RenderNode

The node to draw

opacity float

The opacity to apply

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta