EmfGradientFill Enumeration
The GradientFill enumeration defines the modes for gradient fill operations.
Module: aspose.imaging.fileformats.emf.emf.consts
Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfGradientFill
Members
Member name | Description |
---|---|
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 | A mode in which color interpolation is performed along a gradient from the top to the bottom edges of a rectangle. |
GRADIENT_FILL_TRIANGLE | A mode in which color interpolation is performed between vertexes of a triangleS |