From d3f2d94f23ebdee737e73fe53c7a08a2797ce3ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 Feb 2024 17:40:30 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'parser/output/raylib_api.json') diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index f8e0982c..3aec33ef 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -8368,6 +8368,21 @@ } ] }, + { + "name": "ColorIsEqual", + "description": "Check if two colors are equal", + "returnType": "bool", + "params": [ + { + "type": "Color", + "name": "col1" + }, + { + "type": "Color", + "name": "col2" + } + ] + }, { "name": "Fade", "description": "Get color with alpha applied, alpha goes from 0.0f to 1.0f", -- cgit v1.2.3