[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Duotone

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
Duotone
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Duotone : ImageEffect
Public Class Duotone
    Inherits ImageEffect

Properties

Name Description
Color1

Gets the first color to combine with Color2 through a linear interpolation to determine the new color for pixels.

Color2

Gets the second color to combine with Color1 through a linear interpolation to determine the new color for pixels.

Methods