Skip to contents

Check if two colors are equal.

Usage

color_is_equal(col1, col2)

Arguments

col1

A color.

col2

A color.

Value

A logical

Note

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

bool ColorIsEqual(Color col1, Color col2);

Examples

if (FALSE) {
color_is_equal("red", "red")
}