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.lua | |
| parent | 6e2661f92d38aa669047bcf63db8c27a1c1f6dec (diff) | |
| download | raylib-a805f46f552626c9d6b39baeda2d03963ab53cb4.tar.gz raylib-a805f46f552626c9d6b39baeda2d03963ab53cb4.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index a6d91cd6..37ec004b 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -5544,6 +5544,15 @@ return { } }, { + 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", |
