com.aspose.slides
Class LuminanceEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.LuminanceEffectiveData
All Implemented Interfaces:
IEffectEffectiveData, ILuminanceEffectiveData

public class LuminanceEffectiveData
extends EffectEffectiveData
implements ILuminanceEffectiveData

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.


Method Summary
 float getBrightness()
           Brightness.
 float getContrast()
           Contrast.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBrightness

public float getBrightness()

Brightness.

Specified by:
getBrightness in interface ILuminanceEffectiveData

getContrast

public float getContrast()

Contrast.

Specified by:
getContrast in interface ILuminanceEffectiveData