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_makespotcolor — Create a spotcolor

Author

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

                                                                                             PS_MAKESPOTCOLOR(3)

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.

Name

       PS_makespotcolor — Create a spotcolor

Return Value

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

See Also

PS_setcolor(3)

Synopsis

       #include <pslib.h>

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

See Also