diff options
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ -7230,6 +7230,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", "returnType": "void", |
