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)
|
GrayScaleEffectiveData |
getEffective() |
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 GrayScaleEffectiveData getEffective()
public boolean equals(java.lang.Object obj)