public 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.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public 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)