Handbook
Glossary
CGBitmapContextCreate ( data width height bitsPerComponent bytesPerRow colorspace bitmapInfo -- CGContextRef )
Vocabulary
core-graphics
Inputs
data
an
object
width
an
object
height
an
object
bitsPerComponent
an
object
bytesPerRow
an
object
colorspace
an
object
bitmapInfo
an
object
Outputs
CGContextRef
an
object
Definition
USING:
alien.c-types
alien.syntax
core-graphics.types
;
IN:
core-graphics
FUNCTION:
CGContextRef
CGBitmapContextCreate
( void* data,
size_t
width,
size_t
height,
size_t
bitsPerComponent,
size_t
bytesPerRow,
CGColorSpaceRef
colorspace,
CGBitmapInfo
bitmapInfo )