Difference between revisions of "LlGetAlpha"

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=50|func_sleep=0.0|func_energy=10.0
|func_id=50|func_sleep=0.0|func_energy=10.0
|func=llGetAlpha|return_type=float|p1_type=integer|p1_name=face
|func=llGetAlpha|return_type=float|p1_type=integer|p1_name=face

Revision as of 09:13, 1 March 2007

Summary

Function: float llGetAlpha( integer face );

Returns a float that is the alpha of face.

• integer face face number or ALL_SIDES

If face is ALL_SIDES then the function works on all sides. The return is in the range [0, 1]

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

Functions

•  llSetAlpha Sets 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 float llGetAlpha( integer face );