|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.DuotoneEffectiveData
public class DuotoneEffectiveData
Immutable object which represents a Duotone effect. For each pixel, combines clr1 and clr2 through a linear interpolation to determine the new color for that pixel.
Method Summary | |
---|---|
java.awt.Color |
getColor1()
Returns a first color. |
java.awt.Color |
getColor2()
Returns a second color. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.awt.Color getColor1()
Returns a first color.
Read-only Color
.
getColor1
in interface IDuotoneEffectiveData
public java.awt.Color getColor2()
Returns a second color.
Read-only Color
.
getColor2
in interface IDuotoneEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |