Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / AddColorChange Method
The user color getting removed.
The user color which replaces the colorFrom.

In This Topic
    AddColorChange Method
    In This Topic
    Adds a new ColorChange effect into the list.
    Syntax
    'Declaration
     
    Public Function AddColorChange( _
       ByVal colorFrom As UserColor, _
       ByVal colorTo As UserColor _
    ) As ColorChange
    public ColorChange AddColorChange( 
       UserColor colorFrom,
       UserColor colorTo
    )

    Parameters

    colorFrom
    The user color getting removed.
    colorTo
    The user color which replaces the colorFrom.

    Return Value

    The inserted ColorChange effect.
    See Also