[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Tint

Tint Class

Represents a tint effect.

Shifts effect color values towards/away from hue by a specified amount.

Inheritance
Tint
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Tint : ImageEffect
Public Class Tint
    Inherits ImageEffect

Properties

Name Description
Amount

Gets or sets how much the color value is shifted.

Allowed values are from -1 to 1, inclusive.

The default is 0.

Hue

Gets or sets the hue towards which to tint.

Allowed values are from 0 to 359.9, inclusive.

The default is 0.

Methods