Update raylib_api.* by CI
This commit is contained in:
parent
6e2661f92d
commit
a805f46f55
4 changed files with 313 additions and 279 deletions
|
@ -5543,6 +5543,15 @@ return {
|
|||
{type = "Color", name = "tint"}
|
||||
}
|
||||
},
|
||||
{
|
||||
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue