diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-30 09:07:57 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-30 09:07:57 +0000 |
| commit | d8214c916e6b80188cb8f9b18e11f50767b165b8 (patch) | |
| tree | 3e5fb9f0be21ffa61187e2525efe1d612c9d506a /parser/output/raylib_api.lua | |
| parent | 17cbc75aa710ed629560580e8105d637b3124653 (diff) | |
| download | raylib-d8214c916e6b80188cb8f9b18e11f50767b165b8.tar.gz raylib-d8214c916e6b80188cb8f9b18e11f50767b165b8.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 37ec004b..cefb37e1 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -5522,6 +5522,15 @@ return { } }, { + name = "ImageFromChannel", + description = "Create an image from a selected channel of another image (GRAYSCALE/R16/R32)", + returnType = "Image", + params = { + {type = "Image", name = "image"}, + {type = "int", name = "selectedChannel"} + } + }, + { name = "ImageText", description = "Create an image from text (default font)", returnType = "Image", @@ -5544,15 +5553,6 @@ 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", |
