Difference between revisions of "LlSetAlpha"

From Second Life Wiki
Jump to navigation Jump to search
Line 14: Line 14:
|helpers
|helpers
|also_functions=
|also_functions=
{{LSL DefineRow||[[llGetAlpha]]|}}
{{LSL DefineRow||[[llGetAlpha]]|Gets the prims alpha}}
{{LSL DefineRow||[[llGetColor]]|}}
{{LSL DefineRow||[[llGetColor]]|Gets the prims color}}
{{LSL DefineRow||[[llSetColor]]|}}
{{LSL DefineRow||[[llSetColor]]|Sets the prims color}}
|also_tests
|also_tests
|also_events=
|also_events=

Revision as of 23:58, 27 February 2007

Summary

Function: llSetAlpha( float alpha, integer face );

Sets the alpha on face

• float alpha between 0.0 (clear) and 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 prims alpha
•  llGetColor Gets the prims color
•  llSetColor Sets the prims color

Deep Notes

Search JIRA for related Issues

Signature

function void llSetAlpha( float alpha, integer face );