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 Mar 7, 2024
1 parent 3b7be85 commit b1029a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parser/output/raylib_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8400,7 +8400,7 @@
},
{
"name": "ColorToInt",
"description": "Get hexadecimal value for a Color",
"description": "Get hexadecimal value for a Color (0xRRGGBBAA)",
"returnType": "int",
"params": [
{
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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]">
Expand Down

0 comments on commit b1029a4

Please sign in to comment.