Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-02-29 17:40:30 +00:00
parent 1e8450665c
commit d3f2d94f23
4 changed files with 238 additions and 204 deletions

View File

@ -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",