Texture
Texture enhances or softens fine surface detail — skin pores, fabric weave, foliage — without affecting overall contrast the way Sharpen or Clarity do.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Amount | number | -100 to 100 | 0 | Fine-detail enhancement strength. Negative softens, positive enhances. |
How it works
Texture is an unsharp-mask pass with a tight 3×3 kernel — small enough to affect only fine, high-frequency detail rather than broad shapes or edges. This is the same math used by the Texture slider inside Adjustments.
See also
Sharpen affects a wider range of detail sizes; Adjustments' Clarity control uses a much larger radius for midtone local contrast instead of fine texture.
Control preview
JSON structure
{
"id": "texture",
"enabled": true,
"params": {
"amount": 0
}
}