On 4 Oct 2008, at 2:17 pm, Michael Robinson wrote:

Now I'd like to replace this:

NSGradient* aGradient = [[[NSGradient alloc] initWithColorsAndLocations:[gradientColour1 color], (CGFloat)0.0, [gradientColour2 color], (CGFloat)1.0,nil] autorelease];
        
[aGradient drawInBezierPath:aPath angle:[gradientOpacitySlider floatValue]];

With a 10.4 compatible solution.

Though I'm sure the solution *is* in the project you referred me too, I can' t see it. I apologize for my ineptitude.

Is there a one-liner I can use to replace my current code?


Google for 'CTGradient' or 'GCGradient', both of which are similar objects to NSGradient but work on 10.4. You will probably find that it's not a one-liner, but maybe as few as two or three.


hth,

Graham
_______________________________________________

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.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to