[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertColorChange

InsertColorChange Method

InsertColorChange(int, UserColor, UserColor)

Inserts a new ColorChange effect into the list.

Declaration
public ColorChange InsertColorChange(int index, UserColor colorFrom, UserColor colorTo)
Public Function InsertColorChange(index As Integer, colorFrom As UserColor, colorTo As UserColor) As ColorChange
Parameters
Type Name Description
int index

The effect index in the list.

UserColor colorFrom

The user color getting removed.

UserColor colorTo

The user color which replaces the colorFrom.

Returns
Type Description
ColorChange

The inserted ColorChange effect.