Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!princeton!njin!uupsi!rodan.acs.syr.edu!lynx.cat.syr.edu!jkchan From: jkchan@lynx.cat.syr.edu (J. K. Chan) Newsgroups: comp.sys.mac.programmer Subject: Think C 4.0.2 Color Object Programming Message-ID: <1991Apr10.224811.3767@rodan.acs.syr.edu> Date: 12 Apr 91 23:05:45 GMT Distribution: na Organization: Syracuse University Lines: 13 I started to program the object oriented stuff in Think C with color but found that Think C provides very little color class libraries. Could someone give me hints or pointers how to do color graphics in object Think C? Otherwise I think I have to redefine all the superclasses such as CView.c, CBitMap.c, CPane.c, CPanorama.c, etc. even up to the root class! Think C class library starts with the ususal initialization of "InitGraf(&thePort)" where &thePort is declared as a GrafPort (NOT A COLOR PORT!) These classes deal with black and white screen only because they use GrafPort rather than CGrafPort! This is terrible! Please email to the above address. Thanks in advance. - Jim