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

FadeType Enumeration

Contains various fade types for a number of artistic effects.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Enumeration FadeType
C#
public enum FadeType

Members

Member name Description
Nonlinear

Non-linear fading.

Linear

Linear fading.

None

No fading.

See Also

Reference