ColorEffect
Vue de l’ensemble
‘ColorEffect’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘Behavior’, ‘IColorÉffecte’.
Réprésenter l’effet coloré du comportement d’un effet.
Cette classe fournit 11 méthodes pour travailler avec des objets ColorEffect dans les programmes Python. Les méthodologies disponibles comprennent: __init__, accumulate , ‘additive;as_i_behavior; by : color_space, 'direction et from_address . Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Slides FOSS pour le package Pyton. Propriétés : acumulé ، additif !,as _i-behviore.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
from_address | IColorFormat | Read/Write | Gets or sets the from address. |
to | IColorFormat | Read/Write | Gets or sets the to. |
by | IColorOffset | Read/Write | Gets or sets the by. |
color_space | ColorSpace | Read/Write | Gets or sets the color space. |
direction | ColorDirection | Read/Write | Gets or sets the direction. |
as_i_behavior | IBehavior | Read | Gets the as i behavior. |
accumulate | NullableBool | Read/Write | Gets or sets the accumulate. |
additive | BehaviorAdditiveType | Read/Write | Gets or sets the additive. |
properties | IBehaviorPropertyCollection | Read | Gets the properties. |
timing | ITiming | Read/Write | Gets or sets the timing. |
méthodes
| Signature | Description |
|---|---|
__init__() | |
accumulate() → NullableBool | Represents whether animation behaviors are accumulated. |
additive() → BehaviorAdditiveType | Represents whether the current animation behavior is combined with other running animations. |
properties() → IBehaviorPropertyCollection | Represents properties of behavior. |
timing() → ITiming | Represents timing properties for the effect behavior. |
from_address() → IColorFormat | This value is used to specify the starting color of behavior. |
to() → IColorFormat | Describes resulting color for the animation color change. |
by() → IColorOffset | Describes the relative offset value for the color animation. |
color_space() → ColorSpace | Represent color space of behavior. |
direction() → ColorDirection | Specifies which direction to cycle the hue around the color wheel. |
as_i_behavior() → IBehavior | Allows to get base IBehavior interface. |
Voir aussi
- Aspose.Slides - référence API d’entreprise