CGBitmapContextCreate ( data width height bitsPerComponent bytesPerRow colorspace bitmapInfo -- CGContextRef )


Vocabulary
core-graphics

Inputs
dataan object
widthan object
heightan object
bitsPerComponentan object
bytesPerRowan object
colorspacean object
bitmapInfoan object


Outputs
CGContextRefan object


Definition


FUNCTION: CGContextRef CGBitmapContextCreate
( void* data, size_t width, size_t height, size_t
bitsPerComponent, size_t bytesPerRow, CGColorSpaceRef
colorspace, CGBitmapInfo bitmapInfo )