mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -8400,7 +8400,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ColorToInt",
|
"name": "ColorToInt",
|
||||||
"description": "Get hexadecimal value for a Color",
|
"description": "Get hexadecimal value for a Color (0xRRGGBBAA)",
|
||||||
"returnType": "int",
|
"returnType": "int",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
|
@@ -6174,7 +6174,7 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "ColorToInt",
|
name = "ColorToInt",
|
||||||
description = "Get hexadecimal value for a Color",
|
description = "Get hexadecimal value for a Color (0xRRGGBBAA)",
|
||||||
returnType = "int",
|
returnType = "int",
|
||||||
params = {
|
params = {
|
||||||
{type = "Color", name = "color"}
|
{type = "Color", name = "color"}
|
||||||
|
@@ -3227,7 +3227,7 @@ Function 360: Fade() (2 input parameters)
|
|||||||
Function 361: ColorToInt() (1 input parameters)
|
Function 361: ColorToInt() (1 input parameters)
|
||||||
Name: ColorToInt
|
Name: ColorToInt
|
||||||
Return type: int
|
Return type: int
|
||||||
Description: Get hexadecimal value for a Color
|
Description: Get hexadecimal value for a Color (0xRRGGBBAA)
|
||||||
Param[1]: color (type: Color)
|
Param[1]: color (type: Color)
|
||||||
Function 362: ColorNormalize() (1 input parameters)
|
Function 362: ColorNormalize() (1 input parameters)
|
||||||
Name: ColorNormalize
|
Name: ColorNormalize
|
||||||
|
@@ -2119,7 +2119,7 @@
|
|||||||
<Param type="Color" name="color" desc="" />
|
<Param type="Color" name="color" desc="" />
|
||||||
<Param type="float" name="alpha" desc="" />
|
<Param type="float" name="alpha" desc="" />
|
||||||
</Function>
|
</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="" />
|
<Param type="Color" name="color" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="ColorNormalize" retType="Vector4" paramCount="1" desc="Get Color normalized as float [0..1]">
|
<Function name="ColorNormalize" retType="Vector4" paramCount="1" desc="Get Color normalized as float [0..1]">
|
||||||
|
Reference in New Issue
Block a user