Name
page:SetRGBStroke -- set RGB stroking color
Synopsis
status = page:SetRGBStroke(r, g, b)
Function
page:SetRGBStroke()
sets the stroking 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