summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.lua
diff options
context:
space:
mode:
authorRay <[email protected]>2024-02-29 18:50:55 +0100
committerRay <[email protected]>2024-02-29 18:50:55 +0100
commit449f7d3fa68283ff4accbd9e9f69b672ec0cd7f8 (patch)
tree93a12b33c13b4723ca50fa7a52de162ef36e7c4e /parser/output/raylib_api.lua
parentfea3395fc141909aeb51cb66326726876144e370 (diff)
parentd3f2d94f23ebdee737e73fe53c7a08a2797ce3ce (diff)
downloadraylib-449f7d3fa68283ff4accbd9e9f69b672ec0cd7f8.tar.gz
raylib-449f7d3fa68283ff4accbd9e9f69b672ec0cd7f8.zip
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'parser/output/raylib_api.lua')
-rw-r--r--parser/output/raylib_api.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index 350065e7..dbcf969f 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -6155,6 +6155,15 @@ return {
}
},
{
+ 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",