CGBitmapContextCreate()

INDEX>CoreGraphics> CGBitmapContext __ 解説 返り値 引数 参照 サンプル //コンテキスト CGContextRef context = UIGraphicsGetCurrentContext(); //描画する画像 UIImage *nimage =[UIImage imageNamed:@"gazou.jpg"]; CGContextRef bitmapContext; //コンテキストに線のカラーをセットします。 float col[4]; col[0] =…