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

NameTypeAccess描述
因子float[]r/w获取或设置渐变的 blend 因子数组。
位置float[]r/w获取或设置渐变的 blend 位置数组。

Constructor: Blend()

 Blend() 

初始化一个新的 Blend 类实例。factor 和 blend 数组中的元素数量将等于 1。

Constructor: Blend(count)

 Blend(count) 

初始化一个新的 Blend 类实例,并指定因子和位置的数量。

Parameters:

参数TypeDescription
countintfactor 和 position 数组中的元素数量。