public final class EmfPlusBlendFactors extends EmfPlusBlendBase
The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush.
Constructor and Description |
---|
EmfPlusBlendFactors() |
Modifier and Type | Method and Description |
---|---|
float[] |
getBlendFactors()
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.
|
void |
setBlendFactors(float[] value)
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.
|
getBlendPositions, setBlendPositions
public float[] getBlendFactors()
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.
public void setBlendFactors(float[] value)
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.