IColorOperationCollection Interface |
Namespace: Aspose.Slides
The IColorOperationCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICloneable |
Returns ICloneable interface.
(Inherited from IGenericCloneableT.) |
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Returns or sets the operation at the specified index.
Read/write IColorOperation.
|
![]() | SyncRoot | (Inherited from ICollection.) |
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 | (Inherited from ICloneable.) |
![]() | CloneT |
Creates a new object that is a copy of the current instance.
(Inherited from IGenericCloneableT.) |
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIColorOperation.) |
![]() | 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.
|