ll.GetAlpha

ll.GetAlpha(Face: number) : number

Returns 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.

Example

ll.GetAlpha(6)
{
  "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,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetAlpha",
  "name": "GetAlpha",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Face",
          "desc": "",
          "type": [
            "integer",
            "number"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll