|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.ImageTransformOperationEx
com.aspose.slides.pptx.effects.Duotone
public class Duotone
Duotone effect.
For each pixel, combines clr1 and clr2 through a linear interpolation to determine the new color for that pixel.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx |
---|
ImageTransformOperationEx.PixelEffectDelegate, ImageTransformOperationEx.PixelEffectDelegate1 |
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 |
---|
public Duotone()
Method Detail |
---|
public ColorFormatEx getColor1()
public ColorFormatEx getColor2()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |