123456789101112131415161718192021222324252627282930313233 |
- #import "HRColorUtil.h"
- void HRSetRoundedRectanglePath(CGContextRef context,const CGRect rect,CGFloat radius);
- void HRDrawSquareColorBatch(CGContextRef context,CGPoint position,HRRGBColor* color,float size);
|