Set the interior / fill color of an annotation
Source:R/annot_authoring.R
pdf_annot_set_interior_color.RdWraps FPDFAnnot_SetColor with
type = FPDFANNOT_COLORTYPE_InteriorColor. Same composite
shape as pdf_annot_set_color(); auto-detects 0-255 vs 0-1
color form.
Usage
pdf_annot_set_interior_color(
annot,
color = NULL,
red = NULL,
green = NULL,
blue = NULL,
alpha = NULL
)