in reply to PDF::API2 colors

A quick google came up with this link, which says:
PREDEFINED COLORS See the file unicolor.txt for a complete list.

I guess that file comes with PDF::API2::Util
Does that help?

Cheers,
Darren :)

Replies are listed 'Best First'.
Re^2: PDF::API2 colors
by leighsharpe (Monk) on Jul 04, 2006 at 07:33 UTC
    Kinda. Looks like unicolor.txt isn't actually installed on a Win32 machine, but I found PDF::API2::Util.pm, which defines all the colors. Black is one of them , so I think my issue is somewhere else.