Handbook
Glossary
gen-image-checked ( width height checksX checksY col1 col2 -- Image )
Vocabulary
raylib
Inputs
width
an
int
height
an
int
checksX
an
int
checksY
an
int
col1
a
Color
col2
a
Color
Outputs
Image
a
Image
Word description
Generate image: checked
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-image-checked
Image
GenImageChecked
(
int
width,
int
height,
int
checksX,
int
checksY,
Color
col1,
Color
col2 )