Unofficial LSL Reference

[[functions:llsetlinkcolor]]


Unofficial LSL reference

User Tools

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

functions:llsetlinkcolor [2014-05-20 16:14 SLT]
sei created
functions:llsetlinkcolor [2015-02-04 17:55 SLT] (current)
sei style
Line 1: Line 1:
 +$nav
 ===== Function: llSetLinkColor ===== ===== Function: llSetLinkColor =====
  
Line 26: Line 27:
 ===== See also ===== ===== See also =====
  
-  * [[llSetColor]] to set the color of a face on just the current prim. +  * $lfn[llSetColor] to set the color of a face on just the current prim. 
-  * [[llSetAlpha]] to change the opacity of a face in the current prim, or [[llSetLinkAlpha]] to change it for any prim within the object. +  * $lfn[llSetAlpha] to change the opacity of a face in the current prim, or $lfn[llSetLinkAlpha] to change it for any prim within the object. 
-  * The [[llSetPrimitiveParams]] family of functions, with [[constants/PRIM_COLOR]], allows changing color and alpha at the same time.+  * $lfn[llSetTexture] to change the texture of a face in the current prim, or $lfn[llSetLinkTextureto change it for any prim within the object. 
 +  * $lfn[llSetTextureAnim] animates a texture, which can be used to simulate rapidly changing colors with low lag. 
 +  * The $lfn[PrimitiveParams/​|PrimitiveParams] family of functions, with $lct[PRIM_COLOR],​ allows changing color and alpha at the same time.