ll.GetAlpha (Face: number) -> numberReturns the alpha value of Face. Returns the 'alpha' of the given face. If face is ALL_SIDES the value returned is the mean average of all faces.
ll.GetAlpha(3.14)
{
"def": "func",
"desc": "Returns the alpha value of Face.\nReturns the 'alpha' of the given face. If face is ALL_SIDES the value returned is the mean average of all faces.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetAlpha",
"private": false,
"takesSelf": false,
"name": "GetAlpha",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}