updateParameter(values:)
Sets the value for one or more of the processing parameters.
Declaration
func updateParameter(values: [String : Any]) throwsParameters
- 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