PdfElixide.Color.CMYK (pdf_elixide v0.9.0)

Copy Markdown View Source

A DeviceCMYK color — cyan, magenta, yellow, and key (black), each in the 0.0..1.0 range.

Only annotation colors can take this shape; see PdfElixide.Color.

Summary

Types

t()

@type t() :: %PdfElixide.Color.CMYK{c: float(), k: float(), m: float(), y: float()}