Returns a copy with a different alpha value.
PdfColor withAlpha(double alpha) { return PdfColor(red, green, blue, alpha); }