ledfx_apply_global
Apply global settings like gradient, brightness, and background color to all active effects on your LedFX instance, with optional filtering by specific virtual IDs.
Instructions
Apply global config (gradient, brightness, background_color, flip, mirror) to all active effects. Optionally filter by virtual IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gradient | No | Gradient name or CSS linear-gradient string | |
| brightness | No | Brightness 0.0-1.0 | |
| background_color | No | Background color hex string | |
| background_brightness | No | Background brightness 0.0-1.0 | |
| flip | No | Flip direction: true, false, or 'toggle' | |
| mirror | No | Mirror mode: true, false, or 'toggle' | |
| virtuals | No | Optional list of virtual IDs to apply to (default: all) |