com.aspose.slides
Interface IColorChange

All Superinterfaces:
IImageTransformOperation
All Known Implementing Classes:
ColorChange

public interface IColorChange
extends IImageTransformOperation

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


Method Summary
 IColorFormat getFromColor()
           Color which will be replaced.
 IColorFormat getToColor()
           Color which will replace.
 

Method Detail

getFromColor

IColorFormat getFromColor()

Color which will be replaced. Read-only IColorFormat.


getToColor

IColorFormat getToColor()

Color which will replace. Read-only IColorFormat.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.