diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-29 17:40:30 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-29 17:40:30 +0000 |
| commit | d3f2d94f23ebdee737e73fe53c7a08a2797ce3ce (patch) | |
| tree | 3a68adef864884def56703411a97cfd113511fc2 /parser/output/raylib_api.json | |
| parent | 1e8450665c3726b6b7b96f9662f658bfc3b0b41a (diff) | |
| download | raylib-d3f2d94f23ebdee737e73fe53c7a08a2797ce3ce.tar.gz raylib-d3f2d94f23ebdee737e73fe53c7a08a2797ce3ce.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index f8e0982c..3aec33ef 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -8369,6 +8369,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", "returnType": "Color", |
