Blend 类
Summary: Defines a blend pattern. This class cannot be inherited.
Module: aspose.imaging
Full Name: aspose.imaging.Blend
Constructors
| Name | 描述 |
|---|---|
| Blend() | 初始化一个新的 Blend 类实例。factor 和 blend 数组中的元素数量将等于 1。 |
| Blend(count) | 初始化一个新的 Blend 类实例,并指定因子和位置的数量。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| 因子 | float[] | r/w | 获取或设置渐变的 blend 因子数组。 |
| 位置 | float[] | r/w | 获取或设置渐变的 blend 位置数组。 |
Constructor: Blend()
Blend()
初始化一个新的 Blend 类实例。factor 和 blend 数组中的元素数量将等于 1。
Constructor: Blend(count)
Blend(count)
初始化一个新的 Blend 类实例,并指定因子和位置的数量。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| count | int | factor 和 position 数组中的元素数量。 |