ColorOperationCollection Methods

The ColorOperationCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(ColorTransformOperation)
Adds a new operation to the end of collection.
Public methodAdd(ColorTransformOperation, Single)
Adds a new operation to the end of collection.
Public methodClear
Removes all color operations.
Public methodClone
Creates a copy of a ColorOperationCollection collection.
Public methodCloneT
Clones current object
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert(Int32, ColorTransformOperation)
Inserts the new operation to a collection.
Public methodInsert(Int32, ColorTransformOperation, Single)
Inserts the new operation to a collection.
Public methodRemoveAt
Removes the color operation from a collection.
Public methodToString (Inherited from Object.)
See Also