Re: Transparent NSRectFill?
Re: Transparent NSRectFill?
- Subject: Re: Transparent NSRectFill?
- From: Shawn Erickson <email@hidden>
- Date: Fri, 23 Dec 2005 13:48:40 -0800
On Dec 23, 2005, at 12:13 PM, Matt Reagan wrote:
but I'm having trouble finding a simple way to do this with a
NSBezierPath or RectFill.
For bezier paths consider...
[[[NSColor blue] colorWithAlphaComponent:0.5] setFill]
For functions...
NSRectFillListUsingOperation
NSRectFillListWithColorsUsingOperation
NSRectFillUsingOperation
-Shawn
_______________________________________________
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