PS_setgray — Sets gray value
Contents
Description
Sets the gray value for all following drawing operations. The value must be between 0 (black) and 1
(white).
Name
PS_setgray — Sets gray value
See Also
PS_setcolor(3)
Synopsis
#include <pslib.h>
void PS_setgray(PSDoc *psdoc, float gray)
