|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperationEx
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 | |
---|---|
ColorFormatEx |
getFromColor()
Color which will be replaced. |
EffectDataEx |
getReadonly(BaseSlideEx slide,
com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
ColorFormatEx |
getToColor()
Color which will replace. |
Methods inherited from class com.aspose.slides.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorChange()
Color Change effect constructor.
Method Detail |
---|
public ColorFormatEx getFromColor()
Color which will be replaced.
Readonly ColorFormatEx
.
public ColorFormatEx getToColor()
Color which will replace.
Readonly ColorFormatEx
.
public EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |