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

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

    Parameters

    amount
    How much the color value is shifted.
    hue
    The hue towards which to tint.

    Return Value

    The inserted Tint effect.
    See Also