photoshop_adjust_vibrance
Boost muted colors safely by adding a vibrance adjustment layer that protects skin tones, with adjustable vibrance and saturation settings.
Instructions
Create a Vibrance adjustment layer. Vibrance boosts muted colors while protecting skin tones.
Users often say: make colors pop (safely), boost saturation without clown look.
Returns: JSON { ok, summary, details: { layer_name, vibrance, saturation } }. Preconditions: active document. Side effects: adds a Vibrance adjustment layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vibrance | No | Vibrance (-100 to 100) | |
| saturation | No | Saturation (-100 to 100) | |
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. |