public interface IColorChangeEffectiveData
Immutable object which represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getFromColor()
Color which will be replaced.
|
java.awt.Color |
getToColor()
Color which will replace.
|
boolean |
getUseAlpha()
Returns a boolean value which determines if alpha component should be used.
|
java.awt.Color getFromColor()
Color which will be replaced.
Read-only Color
.
java.awt.Color getToColor()
Color which will replace.
Read-only Color
.
boolean getUseAlpha()
Returns a boolean value which determines if alpha component should be used.
Read-only boolean
.