Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-06-30 09:07:57 +00:00
parent 17cbc75aa7
commit d8214c916e
4 changed files with 36 additions and 36 deletions

View File

@ -7183,6 +7183,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)",
@ -7229,21 +7244,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",