summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.json
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-30 09:07:57 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-30 09:07:57 +0000
commitd8214c916e6b80188cb8f9b18e11f50767b165b8 (patch)
tree3e5fb9f0be21ffa61187e2525efe1d612c9d506a /parser/output/raylib_api.json
parent17cbc75aa710ed629560580e8105d637b3124653 (diff)
downloadraylib-d8214c916e6b80188cb8f9b18e11f50767b165b8.tar.gz
raylib-d8214c916e6b80188cb8f9b18e11f50767b165b8.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
-rw-r--r--parser/output/raylib_api.json30
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",