Add

Add(ColorTransformOperation, float)

在集合的末尾添加一个新操作。

public IColorOperation Add(ColorTransformOperation operation, float parameter)
参数类型描述
operationColorTransformOperation操作类型。
parameterSingle操作的参数。

返回值

添加的操作。

另见


Add(ColorTransformOperation)

在集合的末尾添加一个新操作。

public IColorOperation Add(ColorTransformOperation operation)
参数类型描述
operationColorTransformOperation操作类型。

返回值

添加的操作。

另见