Re: Transparent white NSView
Re: Transparent white NSView
- Subject: Re: Transparent white NSView
- From: Uli Kusterer <email@hidden>
- Date: Wed, 14 Jun 2006 17:26:40 +0200
Am 14.06.2006 um 11:23 schrieb Thomas Engelmeier:
NSRectFill(tRect );
// doesn't help, either:
// NSRectFillUsingOperation(tRect, NSCompositePlusLighter );
Not sure about NSRectFillUsingOperation(), but NSRectFill() is used
for *replacing* the alpha value of the specified rectangle, AFAIK. I
guess what you really want to be using is NSBezierPath's strokeRect
and fillRect methods.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden