public final 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.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic 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)
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.