summaryrefslogtreecommitdiffhomepage
path: root/parser/output
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-30 09:38:16 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-30 09:38:16 +0000
commit4c90fc6eff77fad4074047153636bf85475a1fd7 (patch)
tree2b27a4f24960395424e981b13bdc4e1a5ce12a29 /parser/output
parent1e1061d5c7582090df0851c08359d7c7847f9559 (diff)
downloadraylib-4c90fc6eff77fad4074047153636bf85475a1fd7.tar.gz
raylib-4c90fc6eff77fad4074047153636bf85475a1fd7.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser/output')
-rw-r--r--parser/output/raylib_api.json2
-rw-r--r--parser/output/raylib_api.lua2
-rw-r--r--parser/output/raylib_api.txt2
-rw-r--r--parser/output/raylib_api.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index a556c84b..e9ec0787 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -7185,7 +7185,7 @@
},
{
"name": "ImageFromChannel",
- "description": "Create an image from a selected channel of another image (GRAYSCALE/R16/R32)",
+ "description": "Create an image from a selected channel of another image (GRAYSCALE)",
"returnType": "Image",
"params": [
{
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index cefb37e1..1ec84bca 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -5523,7 +5523,7 @@ return {
},
{
name = "ImageFromChannel",
- description = "Create an image from a selected channel of another image (GRAYSCALE/R16/R32)",
+ description = "Create an image from a selected channel of another image (GRAYSCALE)",
returnType = "Image",
params = {
{type = "Image", name = "image"},
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt
index 59f418d6..c4d5f052 100644
--- a/parser/output/raylib_api.txt
+++ b/parser/output/raylib_api.txt
@@ -2776,7 +2776,7 @@ Function 293: ImageFromImage() (2 input parameters)
Function 294: ImageFromChannel() (2 input parameters)
Name: ImageFromChannel
Return type: Image
- Description: Create an image from a selected channel of another image (GRAYSCALE/R16/R32)
+ Description: Create an image from a selected channel of another image (GRAYSCALE)
Param[1]: image (type: Image)
Param[2]: selectedChannel (type: int)
Function 295: ImageText() (3 input parameters)
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index 27499123..daa1b547 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -1798,7 +1798,7 @@
<Param type="Image" name="image" desc="" />
<Param type="Rectangle" name="rec" desc="" />
</Function>
- <Function name="ImageFromChannel" retType="Image" paramCount="2" desc="Create an image from a selected channel of another image (GRAYSCALE/R16/R32)">
+ <Function name="ImageFromChannel" retType="Image" paramCount="2" desc="Create an image from a selected channel of another image (GRAYSCALE)">
<Param type="Image" name="image" desc="" />
<Param type="int" name="selectedChannel" desc="" />
</Function>