|
||||||||
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.
Method Summary | |
---|---|
com.aspose.slides.EffectEffectiveDataPVITemp |
getEffective()
|
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.util.FloatColor styleColor)
|
IColorFormat |
getFromColor()
Color which will be replaced. |
IColorFormat |
getToColor()
Color which will replace. |
long |
getVersion()
|
Methods inherited from class com.aspose.slides.ImageTransformOperation |
---|
getParent_Immediate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IColorFormat getFromColor()
Color which will be replaced.
Read-only IColorFormat
.
getFromColor
in interface IColorChange
public IColorFormat getToColor()
Color which will replace.
Read-only IColorFormat
.
getToColor
in interface IColorChange
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
public long getVersion()
getVersion
in class ImageTransformOperation
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |