Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
get-image-checked ( width height checksX checksY col1 col2 -- Image )
Vocabulary
raylib.ffi
Inputs and outputs
width
an
object
height
an
object
checksX
an
object
checksY
an
object
col1
an
object
col2
an
object
Image
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
get-image-checked
Image
GenImageChecked
(
int
width,
int
height,
int
checksX,
int
checksY,
Color
col1,
Color
col2 )