IColorOperationCollection
Contents
[
Hide
]IColorOperationCollection interface
Represents a collection of color transform operations.
public interface IColorOperationCollection : IGenericCloneable<IColorOperationCollection>,
IGenericCollection<IColorOperation>
Properties
Name | Description |
---|---|
Item { get; set; } | Returns or sets the operation at the specified index. Read/write IColorOperation . |
Methods
Name | Description |
---|---|
Add(ColorTransformOperation) | Adds a new operation to the end of collection. |
Add(ColorTransformOperation, float) | Adds a new operation to the end of collection. |
Clear() | Removes all color operations. |
Insert(int, ColorTransformOperation) | Inserts the new operation to a collection. |
Insert(int, ColorTransformOperation, float) | Inserts the new operation to a collection. |
RemoveAt(int) | Removes the color operation from a collection. |
See Also
- interface IGenericCloneable<T>
- interface IGenericCollection<T>
- interface IColorOperation
- namespace Aspose.Slides
- assembly Aspose.Slides