ColorOperationCollection Class |
Namespace: Aspose.Slides
The ColorOperationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns the number of operations in a collection.
Read-only Int32.
| |
| IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
| |
| Item |
Returns or sets the operation at the specified index.
Read/write ColorOperation.
| |
| SyncRoot |
Returns a synchronization root.
Read-only Object.
|
| Name | Description | |
|---|---|---|
| Add(ColorTransformOperation) |
Adds a new operation to the end of collection.
| |
| Add(ColorTransformOperation, Single) |
Adds a new operation to the end of collection.
| |
| Clear |
Removes all color operations.
| |
| Clone |
Creates a copy of a ColorOperationCollection collection.
| |
| CloneT |
Clones current object
| |
| CopyTo |
Copies all elements from the collection to the specified array.
| |
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Insert(Int32, ColorTransformOperation) |
Inserts the new operation to a collection.
| |
| Insert(Int32, ColorTransformOperation, Single) |
Inserts the new operation to a collection.
| |
| RemoveAt |
Removes the color operation from a collection.
| |
| ToString | (Inherited from Object.) |