Difference between revisions of "LlSetAlpha"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function/face|face|}}
{{LSL_Function/face|face|}} {{LSL_Function/alpha|alpha}} {{LSL_Function
{{LSL_Function
|func_id=51|func_sleep=0.0|func_energy=10.0
|func_id=51|func_sleep=0.0|func_energy=10.0
|func=llSetAlpha
|func=llSetAlpha
|p1_type=float|p1_name=alpha|p1_desc=between 0.0 (clear) and 1.0 (solid) (0.0 <= '''alpha''' <= 1.0)
|p1_type=float|p1_name=alpha
|p2_type=integer|p2_name=face
|p2_type=integer|p2_name=face
|func_footnote
|func_footnote

Revision as of 09:15, 1 March 2007

Summary

Function: llSetAlpha( float alpha, integer face );

Sets the alpha on face

• float alpha from 0.0 (clear) to 1.0 (solid) (0.0 <= alpha <= 1.0)
• integer face face number or ALL_SIDES

If face is ALL_SIDES then the function works on all sides.

Caveats

  • The function silently fails if its face value indicates a face that does not exist.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  changed CHANGED_COLOR

Functions

•  llGetAlpha Gets the prim's alpha
•  llGetColor Gets the prim's color
•  llSetColor Sets the prim's color
•  llSetLinkColor Sets link's color
•  llSetLinkAlpha Sets link's alpha

Articles

•  Translucent Color

Deep Notes

Search JIRA for related Issues

Signature

function void llSetAlpha( float alpha, integer face );