mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user