Handbook
Glossary
make-bitmap-image ( dim quot -- image )
Vocabulary
core-graphics
Inputs
dim
an
object
quot
an
object
Outputs
image
an
object
Definition
USING:
accessors
core-graphics.private
images
images.memory
kernel
;
IN:
core-graphics
:
make-bitmap-image
( dim quot -- image )
[
[
<CGBitmapContext>
&CGContextRelease
]
]
dip
compose
make-memory-bitmap
ARGB
>>component-order
ubyte-components
>>component-type
t
>>premultiplied-alpha?
;
inline