IColorChange
All Implemented Interfaces: com.aspose.slides.IImageTransformOperation, com.aspose.slides.IAccessiblePVIObject
public interface IColorChange extends IImageTransformOperation, IAccessiblePVIObject<IColorChangeEffectiveData>
Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
Methods
Method | Description |
---|---|
getFromColor() | Color which will be replaced. |
getToColor() | Color which will replace. |
getFromColor()
public abstract IColorFormat getFromColor()
Color which will be replaced. Read-only IColorFormat.
Returns: IColorFormat
getToColor()
public abstract IColorFormat getToColor()
Color which will replace. Read-only IColorFormat.
Returns: IColorFormat