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)
|
IBiLevelEffectiveData |
getEffective()
Gets effective Bi-Level 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 IBiLevelEffectiveData getEffective()
Gets effective Bi-Level effect data with the inheritance applied.
getEffective
in interface IAccessiblePVIObject<IBiLevelEffectiveData>
IBiLevelEffectiveData
.public boolean equals(java.lang.Object obj)