This documentation is for the old version. Go to the latest Graphics Mill docs

AviAlphaTransition Class

This class represents the fade transition effect based on reducing of alpha channel of the frame.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public NotInheritable Class AviAlphaTransition _
	Inherits AviTransition
C#
public sealed class AviAlphaTransition : AviTransition

Remarks

This transition should be assigned to the Transition property of the AviFrame you want to apply the transition effect for. The length of the transition is specified by the AviFrame.IntermediateFrameCount property.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also

Reference