Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Duotone Class
Members

In This Topic
    Duotone Class
    In This Topic
    Represents a duotone effect.

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

    Object Model
    Duotone Class
    Syntax
    'Declaration
     
    Public Class Duotone 
       Inherits ImageEffect
    public class Duotone : ImageEffect 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.FormattingBag
          GrapeCity.Documents.Word.ImageEffect
             GrapeCity.Documents.Word.Duotone

    See Also