Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-06-30 08:33:45 +00:00
parent 6e2661f92d
commit a805f46f55
4 changed files with 313 additions and 279 deletions

View file

@ -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",