Contents

updateParameter(values:)

Sets the value for one or more of the processing parameters.

Declaration

func updateParameter(values: [String : Any]) throws

Parameters

  • values:

    A dictionary where keys correspond to Parameter.details.key for the parameters being set, and the value is appropriate to the Parameter type This call will throw an error if the RAW Processor extension process is unreachable or if the provided parameter values are invalid or out of range

See Also

Configuring parameters