summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.xml
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.xml
parent17cbc75aa710ed629560580e8105d637b3124653 (diff)
downloadraylib-d8214c916e6b80188cb8f9b18e11f50767b165b8.tar.gz
raylib-d8214c916e6b80188cb8f9b18e11f50767b165b8.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.xml')
-rw-r--r--parser/output/raylib_api.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index bafb8a65..27499123 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -1798,6 +1798,10 @@
<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)">
+ <Param type="Image" name="image" desc="" />
+ <Param type="int" name="selectedChannel" desc="" />
+ </Function>
<Function name="ImageText" retType="Image" paramCount="3" desc="Create an image from text (default font)">
<Param type="const char *" name="text" desc="" />
<Param type="int" name="fontSize" desc="" />
@@ -1810,10 +1814,6 @@
<Param type="float" name="spacing" desc="" />
<Param type="Color" name="tint" desc="" />
</Function>
- <Function name="ImageFromChannel" retType="Image" paramCount="2" desc="Create an image from a selected channel of another image">
- <Param type="Image" name="image" desc="" />
- <Param type="int" name="selectedChannel" desc="" />
- </Function>
<Function name="ImageFormat" retType="void" paramCount="2" desc="Convert image data to desired format">
<Param type="Image *" name="image" desc="" />
<Param type="int" name="newFormat" desc="" />