Class HslEffect
java.lang.Object
com.independentsoft.office.drawing.HslEffect
The Class HslEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetHue()Gets the hue.intGets the luminance.intGets the saturation.voidsetHue(int hue)Sets the hue.voidsetLuminance(int luminance)Sets the luminance.voidsetSaturation(int saturation)Sets the saturation.toString()
-
Constructor Details
-
HslEffect
public HslEffect()Instantiates a new hsl effect.
-
-
Method Details
-
clone
-
toString
-
getHue
public int getHue()Gets the hue.- Returns:
- the hue
-
setHue
public void setHue(int hue)Sets the hue.- Parameters:
hue- the new hue
-
getLuminance
public int getLuminance()Gets the luminance.- Returns:
- the luminance
-
setLuminance
public void setLuminance(int luminance)Sets the luminance.- Parameters:
luminance- the new luminance
-
getSaturation
public int getSaturation()Gets the saturation.- Returns:
- the saturation
-
setSaturation
public void setSaturation(int saturation)Sets the saturation.- Parameters:
saturation- the new saturation
-