public class GrayScaleEffectiveData extends EffectEffectiveData<GrayScale,GrayScaleEffectiveData> implements IGrayScaleEffectiveData
Immutable object which representsepresents a Gray Scale effect. Converts all effect color values to a shade of gray, corresponding to their luminance. Effect alpha (opacity) values are unaffected.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
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<GrayScale,GrayScaleEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<GrayScale,GrayScaleEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.