IDuotoneEffectiveData class

IDuotoneEffectiveData class

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.

The IDuotoneEffectiveData type exposes the following members:

Properties

PropertyDescription
color1Returns target color format for dark pixels.
Read-only aspose.pydrawing.Color.
color2Returns target color format for light pixels.
Read-only aspose.pydrawing.Color.

See Also