Unofficial LSL Reference

[[functions:llsetcolor]]


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:llsetcolor [2014-12-09 16:48 SLT]
sei Add nav
functions:llsetcolor [2015-02-04 17:59 SLT] (current)
sei See Also: +llSetTexture
Line 5: Line 5:
 llSetColor(vector color, integer face) llSetColor(vector color, integer face)
 </​code>​ </​code>​
-Sets the color of a face or all faces in the current prim.+Sets the $lart[colorof a face or all faces in the current prim.
  
 ===== Parameters ===== ===== Parameters =====
Line 37: Line 37:
 ===== See also ===== ===== See also =====
  
-  * [[llSetLinkColor]]  ​to set the color on any chosen prim in the current object. +  * $lfn[llSetLinkColor] to set the color on any chosen prim in the current object. 
-  * [[llSetAlpha]] to change the opacity of a face in the current prim, or [[llSetLinkAlpha]] to change it for any chosen prim. +  * $lfn[llSetAlpha] to change the opacity of a face in the current prim, or $lfn[llSetLinkAlpha] to change it for any chosen prim. 
-  * The [[llSetPrimitiveParams]] family of functions, with [[constants/PRIM_COLOR]], allows changing color and alpha at the same time.+  * The $lfn[PrimitiveParams/​|PrimitiveParms] family of functions, with $lct[PRIM_COLOR],​ allows changing color and alpha at the same time. 
 +  * $lfn[llSetTexture] and $lfn[llSetLinkTexture] to change the texture of this prim and of any prim in the linkset, respectively.