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), 3.14)
{
"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,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlSetColor",
"private": false,
"takesSelf": false,
"name": "SetColor",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Color",
"desc": "",
"type": [
{
"def": "simple",
"value": "vector"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}