CGFloat in 10.4
CGFloat in 10.4
- Subject: CGFloat in 10.4
- From: "bensyverson" <email@hidden>
- Date: Tue, 18 Mar 2008 18:11:07 -0600 (CST)
Hey all,
I have a few CIColor's that I need to query for their color components, but I'm running into errors. Here's what I'm trying to do:
CGFloat *color;
color = [ciColor components];
Xcode complains, saying CGFloat is undeclared. I think I'm including all the appropriate headers... What gives? How can I get at the components of my CIColors?
Thanks!
- ben
_______________________________________________
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