IColorChange Interface

Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IColorChange : IImageTransformOperation

The IColorChange type exposes the following members.

Properties
  NameDescription
Public propertyAsIImageTransformOperation
Allows to get base IImageTransformOperation interface. Read-only IImageTransformOperation.
Public propertyFromColor
Color which will be replaced. Read-only IColorFormat.
Public propertyToColor
Color which will replace. Read-only IColorFormat.
See Also