Re: [Math] sin(), cos() not working? What special magic must I use to summon their powers?
Re: [Math] sin(), cos() not working? What special magic must I use to summon their powers?
- Subject: Re: [Math] sin(), cos() not working? What special magic must I use to summon their powers?
- From: Michael Robinson <email@hidden>
- Date: Sat, 4 Oct 2008 19:58:51 +1300
I'll do that, thanks for the push in the right direction.
“You know the world is going crazy when the best rapper is a white
guy, the best golfer is a black guy, the tallest guy in the NBA is
Chinese, the Swiss hold the America’s Cup, France is accusing the U.S.
of arrogance, Germany doesn’t want to go to war, and the three most
powerful men in America are named ‘Bush’, ‘Dick’, and ‘Colon.’ Need I
say more?”
-- Chris Rock
On 4/10/2008, at 7:55 PM, Graham Cox wrote:
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 (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