From: Mark W. <mr...@bi...> - 2001-09-25 23:55:44
|
I'm confused by Zoolib color support. I would expect the following to fill the rectangle with the color red: ZDCInk *ink = new ZDCInk( ZRGBColor( 255, 0, 0 ) ); inDC.SetInk( *ink ); inDC.Fill( theRect ); Instead I get a black rectangle. I don't get it. Tracing through the code hasn't helped. Maybe this is a Mac issue? Any ideas? Mark Wrenn |