summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.xml
diff options
context:
space:
mode:
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="" />