Gets the annotation color.
PdfColor get color => _helper.color;
Sets the annotation color.
set color(PdfColor value) { _helper.color = value; }