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