public final class EmfPlusBlendColors extends EmfPlusBlendBase
The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush.
| Constructor and Description |
|---|
EmfPlusBlendColors() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
getBlendPositions, setBlendPositionspublic 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.
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.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.