Skip to contents

Generate image: checked.

Usage

gen_image_checked(width, height, checks_x, checks_y, col_1, col_2)

Arguments

width

An integer.

height

An integer.

checks_x

An integer.

checks_y

An integer.

col_1

A color.

col_2

A color.

Value

An image

Note

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

Image GenImageChecked(int width, int height, int checksX, int checksY, Color col1, Color col2);