Blend Class
Contents
[
Hide
]Summary: Defines a blend pattern. This class cannot be inherited.
Module: aspose.psd
Full Name: aspose.psd.Blend
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
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
Name | Type | Access | Description |
---|---|---|---|
factors | float | r/w | Gets or sets the array of blend factors for the gradient. |
positions | float | r/w | Gets 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:
Parameter | Type | Description |
---|---|---|
count | int | The number of elements in the factor and position arrays. |