Re: NSImage drawAtPoint & Transparency
Re: NSImage drawAtPoint & Transparency
- Subject: Re: NSImage drawAtPoint & Transparency
- From: "I. Savant" <email@hidden>
- Date: Sun, 15 Oct 2006 12:53:31 -0400
On Oct 15, 2006, at 12:46 PM, Aychamo Aychamo wrote:
[currentImage drawAtPoint: NSMakePoint(0,-2) fromRect: NSZeroRect
operation: NSCompositeCopy fraction: 1.0];
Does anyone have an idea what may be making it draw a black
background? I've even tried [currentImage setBackgroundColor:
[NSColor clearColor]]; without luck.
Try NSCompositeSourceOver instead.
--
I.S.
_______________________________________________
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