Class HslEffect

java.lang.Object
com.independentsoft.office.drawing.HslEffect

public class HslEffect extends Object
The Class HslEffect.
  • Constructor Details

    • HslEffect

      public HslEffect()
      Instantiates a new hsl effect.
  • Method Details

    • clone

      public HslEffect clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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