GrayScale

GrayScale class

Represents a Gray Scale effect. Converts all effect color values to a shade of gray, corresponding to their luminance. Effect alpha (opacity) values are unaffected.

equals

NameDescription
equals(Object)Determines whether the specified GrayScale is equal to the current GrayScale.

Parameters:

NameTypeDescription
objObjectThe GrayScale to compare.

Returns: boolean


getEffective

NameDescription
getEffective()Gets effective Gray Scale effect data with the inheritance applied.

Returns: GrayScaleEffectiveData


hashCode

NameDescription
hashCode()Serves as a hash function for a particular type.

Returns: int