Skip to content

Commit

Permalink
Update raylib_api.* by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 30, 2024
1 parent 6e2661f commit a805f46
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 279 deletions.
15 changes: 15 additions & 0 deletions parser/output/raylib_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7229,6 +7229,21 @@
}
]
},
{
"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",
Expand Down
9 changes: 9 additions & 0 deletions parser/output/raylib_api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit a805f46

Please sign in to comment.