Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PS_MAKESPOTCOLOR(3)	    Library Functions Manual	     PS_MAKESPOTCOLOR(3)

	   uwe@steinmann.cx
     UWE STEINMANN 2003Uwe SteinmannApril 28, 2003;

NAME
     PS_makespotcolor -- Create a spotcolor

SYNOPSIS
     #include <pslib.h>

     int PS_makespotcolor(PSDoc *psdoc, const char *name, int reserved)

DESCRIPTION
     Creates a spot color from the current fill color. The fill color
     must  be  a  gray,  rgb,  or  cmyk  color.  The  spot  color id returned by
		    this   functions   must   be   passed   to	  PS_setcolor(3)
		  as the fourth parameter.

RETURN VALUE
     The id of the new spot color or 0 in case of an error.

SEE ALSO
     PS_setcolor(3)

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

							     PS_MAKESPOTCOLOR(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=PS_makespotcolor&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help