Skip to contents

Create an image duplicate (useful for transformations).

Usage

image_copy(image)

Arguments

image

An image.

Value

An image

Note

This function has been auto-generated from the following Raylib function definition:

Image ImageCopy(Image image);

See also

Other copy functions: file_copy(), wave_copy()

Examples

if (FALSE) {
image_copy(gen_image_color(100, 100, "blue"))
}