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

A DeviceRGB color — red, green, and blue, each in the `0.0..1.0` range.

This is the only color shape text and vector graphics can take; see
`PdfElixide.Color` for why.

# `t`

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

---

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