Add

Add(ColorTransformOperation, float)

Adds a new operation to the end of collection.

public IColorOperation Add(ColorTransformOperation operation, float parameter)
ParameterTypeDescription
operationColorTransformOperationOperation type.
parameterSingleOperation’s parameter.

Return Value

Added operation.

See Also


Add(ColorTransformOperation)

Adds a new operation to the end of collection.

public IColorOperation Add(ColorTransformOperation operation)
ParameterTypeDescription
operationColorTransformOperationOperation type.

Return Value

Added operation.

See Also