Name
page:SetCMYKFill -- set CMYK filling color
Synopsis
status = page:SetCMYKFill(c, m, y, k)
Function
page:SetCMYKFill() sets the filling color. The individual parameters must all be between 0 and 1.

Inputs
c
level of cyan
m
level of magenta
y
level of yellow
k
level of black
Results
status
status code

Show TOC