com.aspose.slides.pptx.effects
Class GrayScale

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.effects.GrayScale
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class GrayScale
extends ImageTransformOperationEx

Gray Scale effect.

Converts all effect color values to a shade of gray, corresponding to their luminance. Effect alpha (opacity) values are unaffected.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx
ImageTransformOperationEx.PixelEffectDelegate, ImageTransformOperationEx.PixelEffectDelegate1
 
Constructor Summary
GrayScale()
          Gray Scale effect constructor.
 
Method Summary
 
Methods inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrayScale

public GrayScale()
Gray Scale effect constructor.