Skip to contents

Premultiply alpha channel.

Usage

image_alpha_premultiply(image)

Arguments

image

An image.

Note

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

void ImageAlphaPremultiply(Image *image);