diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-30 08:33:45 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-30 08:33:45 +0000 |
| commit | a805f46f552626c9d6b39baeda2d03963ab53cb4 (patch) | |
| tree | 1df369e20f8331a142dd97e753d4ab6027c71b6c /parser/output/raylib_api.json | |
| parent | 6e2661f92d38aa669047bcf63db8c27a1c1f6dec (diff) | |
| download | raylib-a805f46f552626c9d6b39baeda2d03963ab53cb4.tar.gz raylib-a805f46f552626c9d6b39baeda2d03963ab53cb4.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 2baa6c3f..5e3fc2c4 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -7230,6 +7230,21 @@ ] }, { + "name": "ImageFromChannel", + "description": "Create an image from a selected channel of another image", + "returnType": "Image", + "params": [ + { + "type": "Image", + "name": "image" + }, + { + "type": "int", + "name": "selectedChannel" + } + ] + }, + { "name": "ImageFormat", "description": "Convert image data to desired format", "returnType": "void", |
