summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/output/raylib_api.json')
-rw-r--r--parser/output/raylib_api.json15
1 files changed, 15 insertions, 0 deletions
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
@@ -8369,6 +8369,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",
"returnType": "Color",