diff options
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index 5e3fc2c4..a556c84b 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -7184,6 +7184,21 @@ ] }, { + "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", @@ -7230,21 +7245,6 @@ ] }, { - "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", |
