diff options
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", |
