EmfPlusBlendColors
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusBlendBase
public final class EmfPlusBlendColors extends EmfPlusBlendBase
The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush.
Constructors
Constructor | Description |
---|---|
EmfPlusBlendColors() |
Methods
Method | Description |
---|---|
getBlendArgb32Colors() | Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field. |
setBlendArgb32Colors(int[] value) | Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field. |
EmfPlusBlendColors()
public EmfPlusBlendColors()
getBlendArgb32Colors()
public int[] getBlendArgb32Colors()
Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field.
Returns: int[]
setBlendArgb32Colors(int[] value)
public void setBlendArgb32Colors(int[] value)
Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int[] |