Skip to contents

Generate image: checked.

Usage

gen_image_checked(width, height, checks_x, checks_y, col1, col2)

Arguments

width

An integer.

height

An integer.

checks_x

An integer.

checks_y

An integer.

col1

A color.

col2

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);

Examples

if (FALSE) {
gen_image_checked(800L, 450L, 0L, 0L, "red", "red")
}