Update raylib_api.* by CI
This commit is contained in:
parent
1e8450665c
commit
d3f2d94f23
4 changed files with 238 additions and 204 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue