# `Image.Options.Vibrance`
[🔗](https://github.com/elixir-image/image/blob/v0.65.0/lib/image/options/vibrance.ex#L1)

Options and option validation for `Image.vibrance/2`.

# `vibrance_option`

```elixir
@type vibrance_option() :: {:threshold, pos_integer()}
```

Options applicable to Image.vibrance/3

# `vibrance_options`

```elixir
@type vibrance_options() :: [vibrance_option()] | map()
```

Options list for Image.vibrance/3

# `validate_options`

Validate the options for `Image.vibrance/3`.

See `t:Image.Options.Vibrance.vibrance_options/0`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
