Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.AviTransition
L
Aurigma.GraphicsMill.Codecs..::.AviAlphaTransition
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.