EmfPlusBlendFactors Class
Contents
[
Hide
]Summary: The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusBlendFactors
Inheritance: EmfPlusBlendBase
Constructors
Name | Description |
---|---|
EmfPlusBlendFactors() | Initializes a new instance of the EmfPlusBlendFactors class |
Properties
Name | Type | Access | Description |
---|---|---|---|
blend_factors | float | r/w | Gets or sets an array of PositionCount 32-bit floating point values that specify proportions of colors at the positions defined in the BlendPositions field. Each value MUST be a number between 0.0 and 1.0 inclusive. |
blend_positions | float | r/w | Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint |
Constructor: EmfPlusBlendFactors()
EmfPlusBlendFactors()
Initializes a new instance of the EmfPlusBlendFactors class