[comp.sys.mac.programmer] Think C 4.0.2 Color Object Programming

jkchan@lynx.cat.syr.edu (J. K. Chan) (04/13/91)

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