com.aspose.slides
Interface IColorChange

All Superinterfaces:
IImageTransformOperation, IPresentationComponent, ISlideComponent
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()
           
 IColorFormat getToColor()
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getFromColor

IColorFormat getFromColor()

getToColor

IColorFormat getToColor()