[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.AddColorChange

AddColorChange Method

AddColorChange(UserColor, UserColor)

Adds a new ColorChange effect into the list.

Declaration
public ColorChange AddColorChange(UserColor colorFrom, UserColor colorTo)
Public Function AddColorChange(colorFrom As UserColor, colorTo As UserColor) As ColorChange
Parameters
Type Name Description
UserColor colorFrom

The user color getting removed.

UserColor colorTo

The user color which replaces the colorFrom.

Returns
Type Description
ColorChange

The inserted ColorChange effect.