Skip to contents

Set icon for window (single image, RGBA 32bit).

Usage

set_window_icon(image)

Arguments

image

An image.

Note

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

void SetWindowIcon(Image image);

Examples

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