add方法
add(self, position, color, alpha)
添加渐变停止。
def add(self, position, color, alpha):
...
范围 | 类型 | 描述 |
---|---|---|
position | float | 停止的位置,以百分比为单位。 |
color | CellsColor | 停靠点的颜色。 |
alpha | int | 颜色的 alpha。 |
add(self, position, color, alpha)
添加渐变停止。
def add(self, position, color, alpha):
...
范围 | 类型 | 描述 |
---|---|---|
position | float | 停止的位置,以百分比为单位。 |
color | aspose.pydrawing.Color | 停靠点的颜色。 |
alpha | int | 颜色的 alpha。 |