Class EmfPlusBlendFactors

Class EmfPlusBlendFactors

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The EmfPlusBlendFactors object specifies positions and factors for the blend pattern of a gradient brush.

public sealed class EmfPlusBlendFactors : EmfPlusBlendBase

Inheritance

objectMetaObjectEmfPlusObjectEmfPlusStructureObjectTypeEmfPlusBlendBaseEmfPlusBlendFactors

Inherited Members

EmfPlusBlendBase.BlendPositions, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfPlusBlendFactors()

public EmfPlusBlendFactors()

Properties

BlendFactors

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 float[] BlendFactors { get; set; }

Property Value

float[]