public class ColorReplace extends ImageTransformOperation implements IColorReplace, java.lang.Cloneable
Represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.
Modifier and Type | Method and Description |
---|---|
IColorFormat |
getColor()
Returns color format which will replace color of every pixel.
|
com.aspose.slides.ColorReplaceEffectiveDataPVITemp |
getEffective() |
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.FloatColor styleColor) |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
long |
getVersion()
Version.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, hashCode, reset_Parent_IPresentationComponent
public final IColorFormat getColor()
Returns color format which will replace color of every pixel.
Read-only IColorFormat
.
getColor
in interface IColorReplace
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.FloatColor styleColor)
public com.aspose.slides.ColorReplaceEffectiveDataPVITemp getEffective()
public long getVersion()
Version.
Read-only long
.
getVersion
in class ImageTransformOperation
public IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.