Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-03-07 11:28:26 +00:00
parent 3b7be85151
commit b1029a40b2
4 changed files with 4 additions and 4 deletions

View File

@ -8400,7 +8400,7 @@
},
{
"name": "ColorToInt",
"description": "Get hexadecimal value for a Color",
"description": "Get hexadecimal value for a Color (0xRRGGBBAA)",
"returnType": "int",
"params": [
{

View File

@ -6174,7 +6174,7 @@ return {
},
{
name = "ColorToInt",
description = "Get hexadecimal value for a Color",
description = "Get hexadecimal value for a Color (0xRRGGBBAA)",
returnType = "int",
params = {
{type = "Color", name = "color"}

View File

@ -3227,7 +3227,7 @@ Function 360: Fade() (2 input parameters)
Function 361: ColorToInt() (1 input parameters)
Name: ColorToInt
Return type: int
Description: Get hexadecimal value for a Color
Description: Get hexadecimal value for a Color (0xRRGGBBAA)
Param[1]: color (type: Color)
Function 362: ColorNormalize() (1 input parameters)
Name: ColorNormalize

View File

@ -2119,7 +2119,7 @@
<Param type="Color" name="color" desc="" />
<Param type="float" name="alpha" desc="" />
</Function>
<Function name="ColorToInt" retType="int" paramCount="1" desc="Get hexadecimal value for a Color">
<Function name="ColorToInt" retType="int" paramCount="1" desc="Get hexadecimal value for a Color (0xRRGGBBAA)">
<Param type="Color" name="color" desc="" />
</Function>
<Function name="ColorNormalize" retType="Vector4" paramCount="1" desc="Get Color normalized as float [0..1]">