public class AlphaModulateFixedEffect extends ImageTransformEffect
ImageTransformEffect.TypeEnum
Constructor and Description |
---|
AlphaModulateFixedEffect() |
Modifier and Type | Method and Description |
---|---|
AlphaModulateFixedEffect |
amount(Double amount) |
boolean |
equals(Object o) |
Double |
getAmount()
Returns an amount of effect in percents.
|
int |
hashCode() |
void |
setAmount(Double amount) |
String |
toString() |
getType, setType
public AlphaModulateFixedEffect amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public boolean equals(Object o)
equals
in class ImageTransformEffect
public int hashCode()
hashCode
in class ImageTransformEffect
public String toString()
toString
in class ImageTransformEffect
Copyright © 2022. All rights reserved.