toggle menu
korge-root
5.1.0
jvm
switch theme
search in API
korge-core
/
korlibs.image.format
/
CoreGraphicsImageFormatProvider
/
CoreGraphics
/
CGBitmapContextCreate
CGBitmap
Context
Create
jvm
@
JvmStatic
external
fun
CGBitmapContextCreate
(
buffer
:
Pointer
?
,
width
:
Int
,
height
:
Int
,
bits
:
Int
,
stride
:
Int
,
colorSpace
:
Pointer
?
,
alphaInfo
:
Int
)
:
Pointer
?