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

The cmyk parameter must be a table with the following fields initialized:

C
Cyan level of color.
Y
Yellow level of color.
M
Magenta level of color.
K
Black level of color.

All fields must contain values between 0 and 1.

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

Inputs
cmyk
CMYK color as a table
Results
status
status code

Show TOC