Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / AddAlphaInverse Method
The user color to replace transparency.

In This Topic
    AddAlphaInverse Method
    In This Topic
    Adds a new AlphaInverse effect into the list.
    Syntax
    'Declaration
     
    Public Function AddAlphaInverse( _
       ByVal color As UserColor _
    ) As AlphaInverse
    public AlphaInverse AddAlphaInverse( 
       UserColor color
    )

    Parameters

    color
    The user color to replace transparency.

    Return Value

    The inserted AlphaInverse effect.
    See Also