EmfGradientFill

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

public final class EmfGradientFill extends System.Enum

The GradientFill enumeration defines the modes for gradient fill operations.

Fields

FieldDescription
GRADIENT_FILL_RECT_HA mode in which color interpolation is performed along a gradient from the left to the right edges of a rectangle
GRADIENT_FILL_RECT_VA mode in which color interpolation is performed along a gradient from the top to the bottom edges of a rectangle.
GRADIENT_FILL_TRIANGLEA mode in which color interpolation is performed between vertexes of a triangleS

GRADIENT_FILL_RECT_H

public static final int GRADIENT_FILL_RECT_H

A mode in which color interpolation is performed along a gradient from the left to the right edges of a rectangle

GRADIENT_FILL_RECT_V

public static final int GRADIENT_FILL_RECT_V

A mode in which color interpolation is performed along a gradient from the top to the bottom edges of a rectangle.

GRADIENT_FILL_TRIANGLE

public static final int GRADIENT_FILL_TRIANGLE

A mode in which color interpolation is performed between vertexes of a triangleS