ColorChange Class

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

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ColorChange : ImageTransformOperation, 
	IColorChange, IImageTransformOperation

The ColorChange type exposes the following members.

Properties
  NameDescription
Public propertyFromColor
Color which will be replaced. Read-only IColorFormat.
Public propertyToColor
Color which will replace. Read-only IColorFormat.
Methods
  NameDescription
Public methodEquals
Determines whether the specified ColorChange is equal to the current ColorChange.
(Overrides PVIObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides PVIObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also