Update raylib_api.* by CI
This commit is contained in:
parent
b807f633d9
commit
8d92e65773
4 changed files with 45 additions and 45 deletions
|
@ -6377,6 +6377,16 @@ return {
|
|||
{type = "Color", name = "tint"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "ColorLerp",
|
||||
description = "Get color lerp interpolation between two colors, factor [0.0f..1.0f]",
|
||||
returnType = "Color",
|
||||
params = {
|
||||
{type = "Color", name = "color1"},
|
||||
{type = "Color", name = "color2"},
|
||||
{type = "float", name = "factor"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "GetColor",
|
||||
description = "Get Color structure from hexadecimal value",
|
||||
|
@ -6414,16 +6424,6 @@ return {
|
|||
{type = "int", name = "format"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "ColorLerp",
|
||||
description = "Mix 2 Colors Together",
|
||||
returnType = "Color",
|
||||
params = {
|
||||
{type = "Color", name = "color1"},
|
||||
{type = "Color", name = "color2"},
|
||||
{type = "float", name = "d"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "GetFontDefault",
|
||||
description = "Get the default Font",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue