Skip to content

mxcl/UIImageAverageColor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pod 'UIImage+AverageColor'
#import "UIImage+AverageColor.h"

UIImage *img = [UIImage imageNamed:@"foo"];
UIColor *color = img.averageColor;