UIImage+ColorAtPixelcategory#import <UIKit/UIKit.h>/*A category on UIImage that enables you to query the color value of arbitrarypixels of the image.*/@interface UIImage (ColorAtPixel)- (UIColor *)colorAtPixel:(CGPoint)point;@end#import <CoreGraphics/CoreGraphics.h>#import "UIImage+ Read More
posted @ 2010-02-09 09:54 javawebsoa Views(210) Comments(0) Diggs(0) Edit