logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_setgray — Sets gray value

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                   PS_SETGRAY(3)

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)

See Also