ll.SetColor(Color: vector, Face: number) : ()
Sets the color, for the face. Sets the color of the side specified. If Face is ALL_SIDES, sets the color on all faces.
ll.SetColor(vector(1,1,1), 5)
{
"def": "func",
"desc": "Sets the color, for the face.\nSets the color of the side specified. If Face is ALL_SIDES, sets the color on all faces.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetColor",
"name": "SetColor",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Color",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}