iphonejudy macrumors 6502 Original poster Jun 5, 2009 #1 Code: NSColor * pixelsColor = [Bitmapimage colorAtX: pt.x y: pt.y]; I got error in NSColor "NSColor undeclared (first use in this function)"
Code: NSColor * pixelsColor = [Bitmapimage colorAtX: pt.x y: pt.y]; I got error in NSColor "NSColor undeclared (first use in this function)"
K kainjow Moderator emeritus Jun 5, 2009 #3 If you look up a class in the documentation and it mentions "AppKit" then that means you can't use it on the iPhone.
If you look up a class in the documentation and it mentions "AppKit" then that means you can't use it on the iPhone.