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 Integer getColor1()

Returns target color format for dark pixels. Read-only java.lang.Integer.

Returns: java.lang.Integer

getColor2()

public abstract Integer getColor2()

Returns target color format for light pixels. Read-only java.lang.Integer.

Returns: java.lang.Integer