add method

add

Adds a new operation to the end of collection.

Returns

Added operation.

def add(self, operation):
    ...
ParameterTypeDescription
operationColorTransformOperationOperation type.

add

Adds a new operation to the end of collection.

Returns

Added operation.

def add(self, operation, parameter):
    ...
ParameterTypeDescription
operationColorTransformOperationOperation type.
parameterfloatOperation’s parameter.

See Also