public interface IColorChange extends IImageTransformOperation
Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
Modifier and Type | Method and Description |
---|---|
IColorFormat |
getFromColor()
Color which will be replaced.
|
IColorFormat |
getToColor()
Color which will replace.
|
IColorFormat getFromColor()
Color which will be replaced.
Read-only IColorFormat
.
IColorFormat getToColor()
Color which will replace.
Read-only IColorFormat
.