Insert

Insert(int, ColorTransformOperation, float)

Inserts the new operation to a collection.

public IColorOperation Insert(int position, ColorTransformOperation operation, float parameter)
ParameterTypeDescription
positionInt32The index at which the operation will be inserted.
operationColorTransformOperationOperation type.
parameterSingleOperation’s parameter.

Return Value

Inserted operation.

See Also


Insert(int, ColorTransformOperation)

Inserts the new operation to a collection.

public IColorOperation Insert(int position, ColorTransformOperation operation)
ParameterTypeDescription
positionInt32The index at which the operation will be inserted.
operationColorTransformOperationOperation type.

Return Value

Inserted operation.

See Also