Name
annot:SetMarkupAnnotInteriorRGBColor -- set markup annotation interior RGB color
Synopsis
status = annot:SetMarkupAnnotInteriorRGBColor(rgb)
Function
This method is currently undocumented in libHaru. Complain to the libHaru authors.

The rgb parameter must be a table containing the following fields:

R
Red level of color.
G
Green level of color.
B
Blue level of color.

All fields must be values between 0 and 1.

Returns #HPDF_OK on success. Otherwise, returns an error code and the error handler is invoked.

Inputs
rgb
RGB color as a table
Results
status
status code

Show TOC