public interface IColorReplaceEffectiveData
Immutable object which represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getColor()
Returns color format which will replace color of every pixel.
|