IColorChangeEffectiveData class

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

PropertyDescription
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.

See Also