|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperationEx
com.aspose.slides.Duotone
public class Duotone
Represents a Duotone effect. For each pixel, combines Color1 and Color2 through a linear interpolation to determine the new color for that pixel.
Constructor Summary | |
---|---|
Duotone()
Duotone effect constructor. |
Method Summary | |
---|---|
ColorFormatEx |
getColor1()
Returns target color format for dark pixels. |
ColorFormatEx |
getColor2()
Returns target color format for light pixels. |
EffectDataEx |
getReadonly(BaseSlideEx slide,
com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
Methods inherited from class com.aspose.slides.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Duotone()
Duotone effect constructor.
Method Detail |
---|
public ColorFormatEx getColor1()
Returns target color format for dark pixels.
Readonly ColorFormatEx
.
public ColorFormatEx getColor2()
Returns target color format for light pixels.
Readonly ColorFormatEx
.
public EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |