Handbook
Glossary
image-resize-canvas ( image newWidth newHeight offsetX offsetY fill -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
newWidth
an
int
newHeight
an
int
offsetX
an
int
offsetY
an
int
fill
a
Color
Outputs
None
Word description
Resize canvas and fill with color
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-resize-canvas
void
ImageResizeCanvas
( Image* image,
int
newWidth,
int
newHeight,
int
offsetX,
int
offsetY,
Color
fill )