rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2026-06-07 19:51:18 +00:00
parent d9335f6a95
commit 26d82cf55d
4 changed files with 293 additions and 238 deletions

View File

@@ -6314,6 +6314,18 @@ return {
{type = "Color", name = "tint"}
}
},
{
name = "ImageDrawCircleGradient",
description = "Draw a gradient-filled circle within an image",
returnType = "void",
params = {
{type = "Image *", name = "dst"},
{type = "Vector2", name = "center"},
{type = "float", name = "radius"},
{type = "Color", name = "inner"},
{type = "Color", name = "outer"}
}
},
{
name = "ImageDrawText",
description = "Draw text (using default font) within an image (destination)",