public interface IAlphaModulateFixed extends IImageTransformOperation
Represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.
Modifier and Type | Method and Description |
---|---|
float |
getAmount()
Returns an amount of effect in percents.
|
void |
setAmount(float value)
Returns an amount of effect in percents.
|