mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-19 07:31:04 +00:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user