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. Read-only float.

Specified by:
getBrightness in interface ILuminanceEffectiveData

getContrast

public float getContrast()

Contrast. Read-only float.

Specified by:
getContrast in interface ILuminanceEffectiveData


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.