ColorChange
ColorChange class
Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
equals
| Name | Description |
|---|---|
| equals (Object) | Determines whether the specified ColorChange is equal to the current ColorChange. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | The ColorChange to compare. |
Returns: boolean
getEffective
| Name | Description |
|---|---|
| getEffective () | Gets effective Color Change effect data with the inheritance applied. |
Returns: ColorChangeEffectiveData
getFromColor
| Name | Description |
|---|---|
| getFromColor () | Color which will be replaced. Read-only IColorFormat. |
Returns: ColorFormat
getToColor
| Name | Description |
|---|---|
| getToColor () | Color which will replace. Read-only IColorFormat. |
Returns: ColorFormat
getVersion
| Name | Description |
|---|---|
| getVersion () |
Returns: long
hashCode
| Name | Description |
|---|---|
| hashCode () | Serves as a hash function for a particular type. |
Returns: int