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.

Result: boolean


getEffective

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

Result: ColorChangeEffectiveData


getFromColor

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

Result: ColorFormat


getToColor

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

Result: ColorFormat


getVersion

NameDescription
getVersion ()

Result: long


hashCode

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

Result: int