ColorOperationCollection Class

Represents a collection of color transform operations.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesColorOperationCollection

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class ColorOperationCollection : IColorOperationCollection, 
	IGenericCloneable<IColorOperationCollection>, ICloneable, IGenericCollection<IColorOperation>, 
	IEnumerable<IColorOperation>, IEnumerable, ICollection

The ColorOperationCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of operations in a collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns or sets the operation at the specified index. Read/write ColorOperation.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
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