Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
commit
fefb9f4428
|
|
@ -5947,19 +5947,19 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Color",
|
"type": "Color",
|
||||||
"name": "topLeft"
|
"name": "col1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Color",
|
"type": "Color",
|
||||||
"name": "bottomLeft"
|
"name": "col2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Color",
|
"type": "Color",
|
||||||
"name": "bottomRight"
|
"name": "col3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Color",
|
"type": "Color",
|
||||||
"name": "topRight"
|
"name": "col4"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -4979,10 +4979,10 @@ return {
|
||||||
returnType = "void",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
{type = "Rectangle", name = "rec"},
|
{type = "Rectangle", name = "rec"},
|
||||||
{type = "Color", name = "topLeft"},
|
{type = "Color", name = "col1"},
|
||||||
{type = "Color", name = "bottomLeft"},
|
{type = "Color", name = "col2"},
|
||||||
{type = "Color", name = "bottomRight"},
|
{type = "Color", name = "col3"},
|
||||||
{type = "Color", name = "topRight"}
|
{type = "Color", name = "col4"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -2349,10 +2349,10 @@ Function 241: DrawRectangleGradientEx() (5 input parameters)
|
||||||
Return type: void
|
Return type: void
|
||||||
Description: Draw a gradient-filled rectangle with custom vertex colors, counter-clockwise color order
|
Description: Draw a gradient-filled rectangle with custom vertex colors, counter-clockwise color order
|
||||||
Param[1]: rec (type: Rectangle)
|
Param[1]: rec (type: Rectangle)
|
||||||
Param[2]: topLeft (type: Color)
|
Param[2]: col1 (type: Color)
|
||||||
Param[3]: bottomLeft (type: Color)
|
Param[3]: col2 (type: Color)
|
||||||
Param[4]: bottomRight (type: Color)
|
Param[4]: col3 (type: Color)
|
||||||
Param[5]: topRight (type: Color)
|
Param[5]: col4 (type: Color)
|
||||||
Function 242: DrawRectangleLines() (5 input parameters)
|
Function 242: DrawRectangleLines() (5 input parameters)
|
||||||
Name: DrawRectangleLines
|
Name: DrawRectangleLines
|
||||||
Return type: void
|
Return type: void
|
||||||
|
|
|
||||||
|
|
@ -1473,10 +1473,10 @@
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="DrawRectangleGradientEx" retType="void" paramCount="5" desc="Draw a gradient-filled rectangle with custom vertex colors, counter-clockwise color order">
|
<Function name="DrawRectangleGradientEx" retType="void" paramCount="5" desc="Draw a gradient-filled rectangle with custom vertex colors, counter-clockwise color order">
|
||||||
<Param type="Rectangle" name="rec" desc="" />
|
<Param type="Rectangle" name="rec" desc="" />
|
||||||
<Param type="Color" name="topLeft" desc="" />
|
<Param type="Color" name="col1" desc="" />
|
||||||
<Param type="Color" name="bottomLeft" desc="" />
|
<Param type="Color" name="col2" desc="" />
|
||||||
<Param type="Color" name="bottomRight" desc="" />
|
<Param type="Color" name="col3" desc="" />
|
||||||
<Param type="Color" name="topRight" desc="" />
|
<Param type="Color" name="col4" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline">
|
<Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline">
|
||||||
<Param type="int" name="posX" desc="" />
|
<Param type="int" name="posX" desc="" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user