EmfPlusBlendBase

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

public abstract class EmfPlusBlendBase extends EmfPlusStructureObjectType

Base object for blend objects

Constructors

ConstructorDescription
EmfPlusBlendBase()

Methods

MethodDescription
getBlendPositions()Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line.
setBlendPositions(float[] value)Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line.

EmfPlusBlendBase()

public EmfPlusBlendBase()

getBlendPositions()

public float[] getBlendPositions()

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

Returns: float[]

setBlendPositions(float[] value)

public void setBlendPositions(float[] value)

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

Parameters:

ParameterTypeDescription
valuefloat[]