Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertTint Method
The effect index in the list.
How much the color value is shifted.
The hue towards which to tint.

In This Topic
    InsertTint Method
    In This Topic
    Inserts a new Tint effect into the list.
    Syntax
    'Declaration
     
    Public Function InsertTint( _
       ByVal index As System.Integer, _
       ByVal amount As System.Single, _
       ByVal hue As System.Single _
    ) As Tint
    public Tint InsertTint( 
       System.int index,
       System.float amount,
       System.float hue
    )

    Parameters

    index
    The effect index in the list.
    amount
    How much the color value is shifted.
    hue
    The hue towards which to tint.

    Return Value

    The inserted Tint effect.
    See Also