PS_setgray(3) Sets gray value

SYNOPSIS

#include <pslib.h>

void PS_setgray(PSDoc *psdoc, float gray)

DESCRIPTION

Sets the gray value for all following drawing operations. The value must be between 0 (black) and 1 (white).

AUTHOR

This manual page was written by Uwe Steinmann [email protected].