image-resize-canvas ( image newWidth newHeight offsetX offsetY fill -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
newWidthan int
newHeightan int
offsetXan int
offsetYan int
filla Color


Outputs
None

Word description
Resize canvas and fill with color

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-resize-canvas void
ImageResizeCanvas
( Image* image, int newWidth, int newHeight, int offsetX,
int offsetY, Color fill )