mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 07:08:56 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -6154,6 +6154,15 @@ return {
|
||||
{type = "Color", name = "tint"}
|
||||
}
|
||||
},
|
||||
{
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user