public class GrayScaleEffectiveData extends EffectEffectiveData implements IGrayScaleEffectiveData
Immutable object which representsepresents 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)
Determines whether the specified
GrayScaleEffectiveData is equal to the current GrayScaleEffectiveData . |
int |
hashCode()
Serves as a hash function for a particular type.
|
public boolean equals(java.lang.Object obj)
Determines whether the specified GrayScaleEffectiveData
is equal to the current GrayScaleEffectiveData
.
equals
in class java.lang.Object
obj
- The GrayScaleEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object