com.aspose.slides.pptx.effects
Class Duotone

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

public class Duotone
extends ImageTransformOperationEx

Duotone effect.

For each pixel, combines clr1 and clr2 through a linear interpolation to determine the new color for that pixel.


Constructor Summary
Duotone()
          Duotone effect constructor.
 
Method Summary
 ColorFormatEx getColor1()
          Returns the first color.
 ColorFormatEx getColor2()
          Returns the second color.
 
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

Duotone

public Duotone()
Duotone effect constructor.

Method Detail

getColor1

public ColorFormatEx getColor1()
Returns the first color.


getColor2

public ColorFormatEx getColor2()
Returns the second color.