PdfElixide.Color (pdf_elixide v0.7.0)

Copy Markdown View Source

An RGB color, each channel in the 0.0..1.0 range.

Summary

Types

t()

@type t() :: %PdfElixide.Color{b: float(), g: float(), r: float()}