diff options
Diffstat (limited to 'parser/output/raylib_api.xml')
| -rw-r--r-- | parser/output/raylib_api.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
