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, setType
public 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 ImageTransformEffect
public int hashCode()
hashCode
in class ImageTransformEffect
public String toString()
toString
in class ImageTransformEffect
Copyright © 2022. All rights reserved.