RemoveAt

ColorOperationCollection.RemoveAt method

Removes the color operation from a collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of a color operation to remove.

See Also