Blend Class

Summary: Defines a blend pattern. This class cannot be inherited.

Module: aspose.imaging

Full Name: aspose.imaging.Blend

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
Blend()Initializes a new instance of the Blend class. The number of elements in the factor and blend arrays will be equal to 1.
Blend(count)Initializes a new instance of the Blend class with the specified number of factors and positions.

Properties

NameTypeAccessDescription
factorsfloatr/wGets or sets the array of blend factors for the gradient.
positionsfloatr/wGets or sets the array of blend positions for the gradient.

Constructor: Blend()

 Blend() 

Initializes a new instance of the Blend class. The number of elements in the factor and blend arrays will be equal to 1.

Constructor: Blend(count)

 Blend(count) 

Initializes a new instance of the Blend class with the specified number of factors and positions.

Parameters:

ParameterTypeDescription
countintThe number of elements in the factor and position arrays.