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.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'parser/output/raylib_api.json') 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 @@ -7229,6 +7229,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", -- cgit v1.2.3