ColorEffect
ColorEffect
概述
ColorEffect 是Python的Aspose.Slides FOSS中的一个类. 继承人: Behavior, IColorEffect.
代表颜色效应的行为.
这个类提供了11种方法,用于在Python程序中与ColorEffect对象工作. 有的方法包括: __init__, accumulate, additive, as_i_behavior, by, color_space, direction, from_address, properties, timing, to. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: accumulate, additive, as_i_behavior, by, color_space, direction,另外还有4个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
from_address | IColorFormat | 阅读/写作 | 获取或设置发件人地址。. |
to | IColorFormat | 阅读/写作 | 获取或设置 to。. |
by | IColorOffset | 阅读/写作 | 获取或设置 by。. |
color_space | ColorSpace | 阅读/写作 | 获取或设置颜色空间。. |
direction | ColorDirection | 阅读/写作 | 获取或设置方向。. |
as_i_behavior | IBehavior | 阅读 | 获取 as i 行为。. |
accumulate | NullableBool | 阅读/写作 | 获取或设置 accumulate。. |
additive | BehaviorAdditiveType | 阅读/写作 | 获取或设置添加剂。. |
properties | IBehaviorPropertyCollection | 阅读 | 获取属性。. |
timing | ITiming | 阅读/写作 | 获取或设置计时。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() | |
accumulate() → NullableBool | 表示动画行为是否被累积。. |
additive() → BehaviorAdditiveType | 表示当前动画行为是否与其他运行动漫结合. |
properties() → IBehaviorPropertyCollection | 表示行为的属性。. |
timing() → ITiming | 表示效果行为的时间属性。. |
from_address() → IColorFormat | 这个值用于指定行为的起始颜色. |
to() → IColorFormat | 描述动画变色的结果颜色. |
by() → IColorOffset | 描述了颜色动画的相对偏差值. |
color_space() → ColorSpace | 表示行为的颜色空间。. |
direction() → ColorDirection | 指定在颜色轮周围循环的方向. |
as_i_behavior() → IBehavior | 允许获得基本的 IBehavior 接口. |