Handbook
Glossary
image-format ( image newformat -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
newformat
an
int
Outputs
None
Word description
Convert image data to desired format
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-format
void
ImageFormat ( Image* image,
int
newformat )