com.aspose.slides
Class Luminance

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.Luminance
All Implemented Interfaces:
IImageTransformOperation, ILuminance, IPresentationComponent, ISlideComponent, java.lang.Cloneable

public class Luminance
extends ImageTransformOperation
implements ILuminance

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
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

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.
Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)