[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertTint

InsertTint Method

InsertTint(int, float, float)

Inserts a new Tint effect into the list.

Declaration
public Tint InsertTint(int index, float amount, float hue)
Public Function InsertTint(index As Integer, amount As Single, hue As Single) As Tint
Parameters
Type Name Description
int index

The effect index in the list.

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.