public class HslEffect extends ImageTransformEffect
ImageTransformEffect.TypeEnum
Constructor and Description |
---|
HslEffect() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getHue()
Hue
|
Double |
getLuminance()
Luminance
|
Double |
getSaturation()
Saturation
|
int |
hashCode() |
HslEffect |
hue(Double hue) |
HslEffect |
luminance(Double luminance) |
HslEffect |
saturation(Double saturation) |
void |
setHue(Double hue) |
void |
setLuminance(Double luminance) |
void |
setSaturation(Double saturation) |
String |
toString() |
getType, setType
public Double getHue()
public void setHue(Double hue)
public Double getSaturation()
public void setSaturation(Double saturation)
public Double getLuminance()
public void setLuminance(Double luminance)
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.