Class HslColor

java.lang.Object
com.independentsoft.office.drawing.ColorChoice
com.independentsoft.office.drawing.HslColor

public class HslColor extends ColorChoice
The Class HslColor.
  • Constructor Details

  • Method Details

    • clone

      public HslColor clone()
      Specified by:
      clone in class ColorChoice
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getHueValue

      public int getHueValue()
      Gets the hue value.
      Returns:
      the hue value
    • setHueValue

      public void setHueValue(int hueValue)
      Sets the hue value.
      Parameters:
      hueValue - the new hue value
    • getLuminanceValue

      public int getLuminanceValue()
      Gets the luminance value.
      Returns:
      the luminance value
    • setLuminanceValue

      public void setLuminanceValue(int luminanceValue)
      Sets the luminance value.
      Parameters:
      luminanceValue - the new luminance value
    • getSaturationValue

      public int getSaturationValue()
      Gets the saturation value.
      Returns:
      the saturation value
    • setSaturationValue

      public void setSaturationValue(int saturationValue)
      Sets the saturation value.
      Parameters:
      saturationValue - the new saturation value