Class EmfPlusBlendColors
Class EmfPlusBlendColors
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush.
public sealed class EmfPlusBlendColors : EmfPlusBlendBase
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusBlendBase ← EmfPlusBlendColors
Inherited Members
EmfPlusBlendBase.BlendPositions , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusBlendColors()
public EmfPlusBlendColors()
Properties
BlendArgb32Colors
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 int[] BlendArgb32Colors { get; set; }
Property Value
int []