Add

Add(ColorTransformOperation, float)

Добавляет новую операцию в конец коллекции.

public IColorOperation Add(ColorTransformOperation operation, float parameter)
ParameterTypeDescription
operationColorTransformOperationТип операции.
parameterSingleПараметр операции.

Return Value

Добавленная операция.

See Also


Add(ColorTransformOperation)

Добавляет новую операцию в конец коллекции.

public IColorOperation Add(ColorTransformOperation operation)
ParameterTypeDescription
operationColorTransformOperationТип операции.

Return Value

Добавленная операция.

See Also