IDuotone Interface

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IDuotone : IImageTransformOperation

The IDuotone type exposes the following members.

Properties
  NameDescription
Public propertyAsIImageTransformOperation
Allows to get base IImageTransformOperation interface. Read-only IImageTransformOperation.
Public propertyColor1
Returns target color format for dark pixels. Read-only IColorFormat.
Public propertyColor2
Returns target color format for light pixels. Read-only IColorFormat.
See Also