Add()
IColorOperationCollection::Add(ColorTransformOperation, float) method
Adds a new operation to the end of collection.
virtual System::SharedPtr<IColorOperation> Aspose::Slides::IColorOperationCollection::Add(ColorTransformOperation operation, float parameter)=0
Arguments
Parameter | Type | Description |
---|---|---|
operation | ColorTransformOperation | Operation type. |
parameter | float | Operation’s parameter. |
Return Value
Added operation.
IColorOperationCollection::Add(ColorTransformOperation) method
Adds a new operation to the end of collection.
virtual System::SharedPtr<IColorOperation> Aspose::Slides::IColorOperationCollection::Add(ColorTransformOperation operation)=0
Arguments
Parameter | Type | Description |
---|---|---|
operation | ColorTransformOperation | Operation type. |
Return Value
Added operation.
See Also
- Enum ColorTransformOperation
- Typedef SharedPtr
- Class IColorOperation
- Class IColorOperationCollection
- Namespace Aspose::Slides
- Library Aspose.Slides