CrossFadeNode.this

Creates a GskRenderNode that will do a cross-fade between @start and @end.

  1. this(GskCrossFadeNode* gskCrossFadeNode, bool ownedRef)
  2. this(RenderNode start, RenderNode end, float progress)
    class CrossFadeNode

Parameters

start RenderNode

The start node to be drawn

end RenderNode

The node to be cross_fadeed onto the @start node

progress float

How far the fade has progressed from start to end. The value will be clamped to the range [0 ... 1]

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta