ColorOperation constructor

init

Creates new color transform operation.

def __init__(self, op):
    ...
ParameterTypeDescription
opColorTransformOperationOperation type.

init

Creates new color transform operation.

def __init__(self, op, parameter):
    ...
ParameterTypeDescription
opColorTransformOperationOperation type.
parameterfloatOperation parameter.

See Also