I'm using PostScript::Simple and I need to create a box that is shaded grey. The only option I see is "filled" which if set to 1 fills the box black. Is there any way to fill it grey? I tried using $p->setcolour, but that didn't seem to work either.
Thanks.