PdfElixide.Color.Unknown (pdf_elixide v0.9.0)

Copy Markdown View Source

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.

Summary

Types

t()

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