Re: Image Value Transformer setting image alpha less than 1.0
Re: Image Value Transformer setting image alpha less than 1.0
- Subject: Re: Image Value Transformer setting image alpha less than 1.0
- From: Gustavo Pizano <email@hidden>
- Date: Fri, 11 Jun 2010 15:13:54 +0200
On Jun 11, 2010, at 3:09 PM, Graham Cox wrote:
>
> On 11/06/2010, at 10:59 PM, Gustavo Pizano wrote:
>
>> any idea why Im not getting full opacity?
>
>
> Opacity is neither an image nor an NSImageView property, it's applied when the image is drawn (unless the image itself has some inherent transparency). There's nothing in the posted code that would affect this, so the problem is coming from somewhere else. One possibility is the state of the current context when the NSImageView draws.
>
> To eliminate the transformer, what happens if you just load the image straight into the image view?
>
> (BTW, there's no such class as NSImageWell)
Oh sorry mistype.. I meant NSImageView.
When I Load an Image directly into the Imageview I get full opacity, even.. there is a part(another cell , custom cell in a table in fact ) where Im getting the image from the MO, and draw it directly on the and the images shown in the table are shown full opaque, so the images are coming properly from core data...
Im out of ideas what can it be.
g.
>
> --Graham
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden