From a805f46f552626c9d6b39baeda2d03963ab53cb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Jun 2024 08:33:45 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'parser/output/raylib_api.lua') 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 @@ -5543,6 +5543,15 @@ return { {type = "Color", name = "tint"} } }, + { + 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", -- cgit v1.2.3