CrossFadeNode.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
(gsk.render_node.RenderNode start, gsk.render_node.RenderNode end, float progress)Creates a gsk.render_node.RenderNode that will do a cross-fade between start and end.
Parameters
start | The start node to be drawn |
end | The node to be cross_fadeed onto the start node |
progress | How far the fade has progressed from start to end. The value will be clamped to the range 0 ... 1 |