Insert

Insert(int, float, Color)

Creates the new gradient stop and inserts it at the specified index to the collection.

public void Insert(int index, float position, Color color)
ParameterTypeDescription
indexInt32Index in the collection where new gradient stop will be inserted.
positionSinglePosition of the new gradient stop.
colorColorColor of the new radient stop.

See Also


Insert(int, float, PresetColor)

Creates the new gradient stop and inserts it at the specified index to the collection.

public void Insert(int index, float position, PresetColor presetColor)
ParameterTypeDescription
indexInt32Index in the collection where new gradient stop will be inserted.
positionSinglePosition of the new gradient stop.
presetColorPresetColorColor of the new radient stop.

See Also


Insert(int, float, SchemeColor)

Creates the new gradient stop and inserts it at the specified index to the collection.

public void Insert(int index, float position, SchemeColor schemeColor)
ParameterTypeDescription
indexInt32Index in the collection where new gradient stop will be inserted.
positionSinglePosition of the new gradient stop.
schemeColorSchemeColorColor of the new radient stop.

See Also