Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!husc6!uwvax!oddjob!tank!uxc!uxc.cso.uiuc.edu!uxg.cso.uiuc.edu!uxf.cso.uiuc.edu!emb1354 From: emb1354@uxf.cso.uiuc.edu Newsgroups: comp.sys.mac.programmer Subject: Re: Color Printing with Color QuickDraw Message-ID: <1234600012@uxf.cso.uiuc.edu> Date: 8 Oct 88 20:06:00 GMT References: <6610@ut-emx.UUCP> Lines: 18 Nf-ID: #R:ut-emx.UUCP:6610:uxf.cso.uiuc.edu:1234600012:000:926 Nf-From: uxf.cso.uiuc.edu!emb1354 Oct 8 15:06:00 1988 /* Written 9:45 pm Oct 6, 1988 by alcmist@well.UUCP in uxf.cso.uiuc.edu:comp.sys.mac.programmer */ I've tried printing to an IW II with a color ribbon from several color Mac II programs. The output is always black and white. Apparently the only way to get color from the Imagewriter driver is to talk Classic Quickdraw color to it. Answer: Maybe the printer's GrafPort is an old-style GrafPort. If that is the case, you must use the ForeColor() and BackColor() calls. If, however, the port is a CGrafPort, use the RGBForeColor() and RGBBackColor() or equivalent Palette manager calls. ***************************************************************** * Eric M. Berdahl * "Y'know, there's alot of air" * * PsiWare Software, not inc. * -Robert Miller * * emb1354@uxf.cso.uiuc.edu * * *****************************************************************