Name
page:SetRGBFill -- set RGB fill color
Synopsis
status = page:SetRGBFill(r, g, b)
Function
page:SetRGBFill()
sets the filling color. The individual color components must be between 0 and 1.
Inputs
r
red level of new color
g
green level of new color
b
blue level of new color
Results
status
status code
Show TOC