com.aspose.slides.pptx
Class Luminance

java.lang.Object
  extended by com.aspose.slides.pptx.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.Luminance

public class Luminance
extends ImageTransformOperationEx

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
Luminance(float brightness, float contrast)
          Luminance effect constructor.
 
Method Summary
 
Methods inherited from class com.aspose.slides.pptx.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Luminance

public Luminance(float brightness,
                 float contrast)
Luminance effect constructor.

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