IDuotoneEffectiveData

All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData

public interface IDuotoneEffectiveData extends IEffectEffectiveData

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.

Methods

MethodDescription
getColor1()Returns target color format for dark pixels.
getColor2()Returns target color format for light pixels.

getColor1()

public abstract Color getColor1()

Returns target color format for dark pixels. Read-only java.awt.Color.

Returns: java.awt.Color

getColor2()

public abstract Color getColor2()

Returns target color format for light pixels. Read-only java.awt.Color.

Returns: java.awt.Color