|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperation
com.aspose.slides.ColorChange
public class ColorChange
Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
Constructor Summary | |
---|---|
ColorChange()
Color Change effect constructor. |
Method Summary | |
---|---|
IColorFormat |
getFromColor()
Color which will be replaced. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
IColorFormat |
getToColor()
Color which will replace. |
Methods inherited from class com.aspose.slides.ImageTransformOperation |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Constructor Detail |
---|
public ColorChange()
Color Change effect constructor.
Method Detail |
---|
public IColorFormat getFromColor()
Color which will be replaced.
Readonly ColorFormat
.
getFromColor
in interface IColorChange
public IColorFormat getToColor()
Color which will replace.
Readonly ColorFormat
.
getToColor
in interface IColorChange
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |