ColorChange

ColorChange class

Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.

equals

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

Parameters:

NameTypeDescription
objObjectThe ColorChange to compare.

Returns: boolean


getEffective

NameDescription
getEffective()Gets effective Color Change effect data with the inheritance applied.

Returns: ColorChangeEffectiveData


getFromColor

NameDescription
getFromColor()Color which will be replaced. Read-only IColorFormat.

Returns: ColorFormat


getToColor

NameDescription
getToColor()Color which will replace. Read-only IColorFormat.

Returns: ColorFormat


getVersion

NameDescription
getVersion()

Returns: long


hashCode

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

Returns: int