public class ColorReplaceEffectiveData extends EffectEffectiveData<ColorReplace,ColorReplaceEffectiveData> implements IColorReplaceEffectiveData
Immutable object which represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
java.lang.Integer |
getColor()
Returns color.
|
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
public final java.lang.Integer getColor()
Returns color.
Read-only Integer
.
getColor
in interface IColorReplaceEffectiveData
public void resolveStyledColors(IBaseSlide slide, com.aspose.slides.StyleColorEffectiveData styleColor)
public void resolveFontDatas(IBaseSlide slide)
public com.aspose.slides.TrueColorBitmap apply(com.aspose.slides.TrueColorBitmap img)
apply
in class EffectEffectiveData<ColorReplace,ColorReplaceEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<ColorReplace,ColorReplaceEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.