IColorOperationCollection Interface

Represents a collection of color transform operations.

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

The IColorOperationCollection type exposes the following members.

Properties
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 (Inherited from ICloneable.)
Public methodCloneT
Creates a new object that is a copy of the current instance.
(Inherited from IGenericCloneableT.)
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIColorOperation.)
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.
See Also