# `PdfElixide.Color.Unknown`
[🔗](https://github.com/r8/pdf_elixide/blob/v0.16.0/lib/pdf_elixide/color/unknown.ex#L1)

Color components whose colorspace could not be identified, preserved verbatim.

Annotation colors are decoded by counting components — one is DeviceGray,
three DeviceRGB, four DeviceCMYK. Any other count lands here rather than being
guessed at or discarded.

# `t`

```elixir
@type t() :: %PdfElixide.Color.Unknown{components: [float()]}
```

---

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