public class AlphaInverseEffectiveData extends EffectEffectiveData implements IAlphaInverseEffectiveData
Immutable object which represents an Alpha Inverse effect. Alpha (opacity) values are inverted by subtracting from 100%.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaInverseEffectiveData is equal to the current AlphaInverseEffectiveData . |
int |
hashCode()
Serves as a hash function for a particular type.
|
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaInverseEffectiveData
is equal to the current AlphaInverseEffectiveData
.
equals
in class java.lang.Object
obj
- The AlphaInverseEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object