GradientTypes

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class GradientTypes extends System.Enum

Gradient fill types

Fields

FieldDescription
LinearLinear fountain fill.
EllipticalElliptical fountain fill.
ConicalConical fountain fill.
RectangularRectangular fountain fill.

Linear

public static final int Linear

Linear fountain fill. Apply a fill that gradually changes color along a linear path.

Elliptical

public static final int Elliptical

Elliptical fountain fill. Apply a fill that gradually changes color in concrete ellipses from the center outwards.

Conical

public static final int Conical

Conical fountain fill. Apply a fill that gradually changes color in a conical shape.

Rectangular

public static final int Rectangular

Rectangular fountain fill. Apply a fill that gradually changes color in concrete rectangles from the center outwards.