[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Tint

Class Tint

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a tint effect.

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

public class Tint : ImageEffect
Inheritance
object
Tint
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

Amount

Gets or sets how much the color value is shifted.

Allowed values are from -1 to 1, inclusive.

The default is 0.

public float Amount { get; set; }

Property Value

float

Hue

Gets or sets the hue towards which to tint.

Allowed values are from 0 to 359.9, inclusive.

The default is 0.

public float Hue { get; set; }

Property Value

float

Methods

Equals(Tint)

protected bool Equals(Tint other)

Parameters

other Tint

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int