public class TintEffect extends ImageTransformEffect
ImageTransformEffect.TypeEnum| Constructor and Description |
|---|
TintEffect() |
| Modifier and Type | Method and Description |
|---|---|
TintEffect |
amount(Double amount) |
boolean |
equals(Object o) |
Double |
getAmount()
Amount
|
Double |
getHue()
Hue
|
int |
hashCode() |
TintEffect |
hue(Double hue) |
void |
setAmount(Double amount) |
void |
setHue(Double hue) |
String |
toString() |
getType, setTypepublic TintEffect hue(Double hue)
public Double getHue()
public void setHue(Double hue)
public TintEffect amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public boolean equals(Object o)
equals in class ImageTransformEffectpublic int hashCode()
hashCode in class ImageTransformEffectpublic String toString()
toString in class ImageTransformEffectCopyright © 2025. All rights reserved.