public final class GrayScale extends ImageTransformOperation implements IGrayScale
Represents 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 |
|---|---|
boolean |
equals(java.lang.Object obj)
|
IGrayScaleEffectiveData |
getEffective()
Gets effective Gray Scale effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IGrayScaleEffectiveData getEffective()
Gets effective Gray Scale effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IGrayScaleEffectiveData>IGrayScaleEffectiveData.public boolean equals(java.lang.Object obj)
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.