[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.AddTint

AddTint Method

AddTint(float, float)

Adds a new Tint effect into the list.

Declaration
public Tint AddTint(float amount, float hue)
Public Function AddTint(amount As Single, hue As Single) As Tint
Parameters
Type Name Description
float amount

How much the color value is shifted.

float hue

The hue towards which to tint.

Returns
Type Description
Tint

The inserted Tint effect.