You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
functions:llsetlinkcolor [2014-12-09 16:50 SLT] sei Add nav |
functions:llsetlinkcolor [2015-02-04 17:55 SLT] (current) sei style |
||
---|---|---|---|
Line 27: | 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[llSetLinkTexture] to 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. |