set_effect_range
Set effect high and/or low values for the current selection to define the range of effect parameters.
Instructions
Set effect high and/or low values for the current selection.
At least one of high or low must be provided.
Args:
high: Effect high value (optional)
low: Effect low value (optional)
Returns:
str: Operation result message
Examples:
- Set effect range high=100, low=0
- Set only effect high to 80
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| high | No | ||
| low | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |