public class BiLevel extends ImageTransformOperation implements IBiLevel
Represents a Bi-Level (black/white) effect. Input colors whose luminance is less than the specified threshold value are changed to black. Input colors whose luminance are greater than or equal the specified value are set to white. The alpha effect values are unaffected by this effect.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
|
BiLevelEffectiveData |
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 BiLevelEffectiveData getEffective()
public boolean equals(java.lang.Object obj)