Re: NSRectFill not supporting compositing?????
Re: NSRectFill not supporting compositing?????
- Subject: Re: NSRectFill not supporting compositing?????
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 20 May 2003 13:35:54 -0700
On Tuesday, May 20, 2003, at 05:11 AM, Stiphane Sudre wrote:
I just discovered that NSRectFill was not supporting compositing. i.e.
if you have an alpha component on a NSColor, it's not taken into
account.
As this behavior is not described in the NSRectFill documentation
which is just stating:
Fills the passed rectangle with the current color.
Is this an imprecision in the documentation or a bug in NSRectFill?
NSRectFill behaves as it did on NeXTSTEP. Try
NSRectFillUsingOperation() instead.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.