# `Image.CombineMode`
[🔗](https://github.com/elixir-image/image/blob/v0.65.0/lib/image/enum/combine_mode.ex#L1)

Functions to define and validate the combine
modes that can be applied when composing images.

# `t`

```elixir
@type t() :: :VIPS_COMBINE_MODE_SET | :VIPS_COMBINE_MODE_ADD | :VIPS_COMBINE_MODE_LAST
```

# `validate`

---

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