Re: CALayer with checkered background like Photoshop's

2008-07-16 Thread Richard Henry
Thanks Jens and Randall for your solutions I've got it working nicely now. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists

Re: CALayer with checkered background like Photoshop's

2008-07-15 Thread Jens Alfke
On 15 Jul '08, at 9:19 AM, Richard Henry wrote: Is it possible to use a CICheckerboardGenerator filter to fill the entire background of a CALayer so that I get a similar effect to that which Photoshop has when the content is transparent? I think it would be more efficient to set the layer'

Re: CALayer with checkered background like Photoshop's

2008-07-15 Thread Randall Meadows
On Jul 15, 2008, at 10:19 AM, Richard Henry wrote: Is it possible to use a CICheckerboardGenerator filter to fill the entire background of a CALayer so that I get a similar effect to that which Photoshop has when the content is transparent? I've tried a lot of things but the filters only seem

CALayer with checkered background like Photoshop's

2008-07-15 Thread Richard Henry
Hello I'm just beginning with Core Animation so sorry if this is a noob question. I searched but couldn't find anything relevant here or on google. Is it possible to use a CICheckerboardGenerator filter to fill the entire background of a CALayer so that I get a similar effect to that wh