|
||||||||
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.
Method Summary | |
---|---|
IColorFormat |
getColor1()
Returns target color format for dark pixels. |
IColorFormat |
getColor2()
Returns target color format for light pixels. |
com.aspose.slides.EffectEffectiveDataPVITemp |
getEffective()
|
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.util.FloatColor styleColor)
|
long |
getVersion()
|
Methods inherited from class com.aspose.slides.ImageTransformOperation |
---|
getParent_Immediate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IColorFormat getColor1()
Returns target color format for dark pixels.
Read-only IColorFormat
.
getColor1
in interface IDuotone
public IColorFormat getColor2()
Returns target color format for light pixels.
Read-only IColorFormat
.
getColor2
in interface IDuotone
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
public long getVersion()
getVersion
in class ImageTransformOperation
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |