Class LuminanceEffect
java.lang.Object
com.independentsoft.office.drawing.LuminanceEffect
The Class LuminanceEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the brightness.intGets the contrast.voidsetBrightness(int brightness)Sets the brightness.voidsetContrast(int contrast)Sets the contrast.toString()
-
Constructor Details
-
LuminanceEffect
public LuminanceEffect()Instantiates a new luminance effect.
-
-
Method Details
-
clone
-
toString
-
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
-