Skip to contents

Convert image to POT (power-of-two).

Usage

image_to_pot(image, fill)

Arguments

image

An image.

fill

A color.

Note

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

void ImageToPOT(Image *image, Color fill);