Handbook
Glossary
image-to-pot ( image fill -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
fill
a
Color
Outputs
None
Word description
Convert image to POT (power-of-two)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-to-pot
void ImageToPOT
( Image* image,
Color
fill )