Duotone class

Duotone class

Represents a Duotone effect. For each pixel, combines Color1 and Color2 through a linear interpolation to determine the new color for that pixel.

Inheritance:DuotoneImageTransformOperationPVIObject

The Duotone type exposes the following members:

Properties

PropertyDescription
color1Returns target color format for dark pixels.
Read-only IColorFormat.
color2Returns target color format for light pixels.
Read-only IColorFormat.
slide
presentation

Methods

MethodDescription
get_effectiveGets effective Duotone effect data with the inheritance applied.

See Also