|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperation
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 | |
---|---|
IColorFormat |
getColor1()
Returns target color format for dark pixels. |
IColorFormat |
getColor2()
Returns target color format for light pixels. |
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 |
---|
public Duotone()
Duotone effect constructor.
Method Detail |
---|
public IColorFormat getColor1()
Returns target color format for dark pixels.
Readonly ColorFormat
.
getColor1
in interface IDuotone
public IColorFormat getColor2()
Returns target color format for light pixels.
Readonly ColorFormat
.
getColor2
in interface IDuotone
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |