填充颜色
void CGContextSetRGBFillColor (
CGContextRef c, //当前上下文
CGFloat red,//r
CGFloat green,//g
CGFloat blue,//b
CGFloat alpha//要注意的是这个是透明度oo
);