IColorChangeEffectiveData

IColorChangeEffectiveData class

Immutable object which represents a Color Change effect.
Instances of FromColor are replaced with instances of ToColor.

The IColorChangeEffectiveData type exposes the following members:

Properties

NameDescription
from_colorColor which will be replaced.
Read-only aspose.pydrawing.Color.
to_colorColor which will replace.
Read-only aspose.pydrawing.Color.
use_alphaReturns a boolean value which determines if alpha component should be used.
Read-only bool.
as_i_effect_effective_dataAllows to get base IEffectEffectiveData interface.
Read-only IEffectEffectiveData.

See Also