com.aspose.slides
Class LuminanceDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.LuminanceDataEx

public class LuminanceDataEx
extends EffectDataEx

Represents a Luminance effect. Brightness linearly shifts all colors closer to white or black. Contrast scales all colors to be either closer or further apart.


Constructor Summary
LuminanceDataEx(float brightness, float contrast)
           Luminance effect constructor.
 
Method Summary
 float getBrightness()
           Brightness.
 float getContrast()
           Contrast.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuminanceDataEx

public LuminanceDataEx(float brightness,
                       float contrast)

Luminance effect constructor.

Parameters:
brightness - The percent to change the brightness.
contrast - The percent to change the contrast.
Method Detail

getBrightness

public float getBrightness()

Brightness.


getContrast

public float getContrast()

Contrast.