llSetAlpha
LSLvoid llSetAlpha(float alpha, integer face)
Sets the alpha (opacity) of Face.\ Sets the alpha (opacity) value for Face. If Face is ALL_SIDES, sets the alpha for all faces. The alpha value is interpreted as an opacity percentage (1.0 is fully opaque, and 0.2 is mostly transparent). This function will clamp alpha values less than 0.1 to 0.1 and greater than 1.0 to 1.
Parameters
| Type | Name |
|---|---|
| float | alpha |
| integer | face |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
string llJsonValueType(string json, list specifiers)
void llSetScale(vector scale)
list llListInsertList(list dest, list src, integer start)
void llRezAtRoot(string inventory, vector position, vector velocity, rotation rot, integer param)
void llRemoteDataReply(string channel, string message_id, string sdata, integer idata)
integer llGetListLength(list src)
integer llGetStatus(integer status)
void llBreakAllLinks()