Creates a PdfColor from its RGBA components.
const PdfColor({ required this.r, required this.g, required this.b, required this.a, });