Class LuminanceEffect

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

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

    • LuminanceEffect

      public LuminanceEffect()
      Instantiates a new luminance effect.
  • Method Details

    • clone

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

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

      public int getBrightness()
      Gets the brightness.
      Returns:
      the brightness
    • setBrightness

      public void setBrightness(int brightness)
      Sets the brightness.
      Parameters:
      brightness - the new brightness
    • getContrast

      public int getContrast()
      Gets the contrast.
      Returns:
      the contrast
    • setContrast

      public void setContrast(int contrast)
      Sets the contrast.
      Parameters:
      contrast - the new contrast