Difference between revisions of "LlSetLinkColor"
m |
(Add Blinn-Phong terminology to page following PBR release.) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|func_id=140|func_sleep=0.0|func_energy=10.0 | |func_id=140|func_sleep=0.0|func_energy=10.0 | ||
|func=llSetLinkColor | |func=llSetLinkColor | ||
|p1_type=integer|p1_name=link | |p1_type=integer|p1_subtype=link|p1_name=link | ||
|p2_type=vector|p2_name=color | |p2_type=vector|p2_name=color | ||
|p3_type=integer|p3_name=face | |p3_type=integer|p3_name=face | ||
|func_footnote | |func_footnote | ||
|func_desc=If a prim exists in the link set at {{LSLP|link}}, set {{LSLP|color}} on {{LSLP|face}} of that prim. | |func_desc=If a prim exists in the link set at {{LSLP|link}}, set the [[PBR_Materials#Nomenclature_changes|Blinn-Phong]] {{LSLP|color}} on {{LSLP|face}} of that prim. | ||
|return_text | |return_text | ||
|spec | |spec | ||
Line 13: | Line 13: | ||
|constants | |constants | ||
|examples=Turn a link set green | |examples=Turn a link set green | ||
< | <source lang="lsl2"> | ||
default | default | ||
{ | { | ||
Line 21: | Line 21: | ||
} | } | ||
} | } | ||
</ | </source> | ||
|helpers | |helpers= | ||
{{{!}} class="sortable" {{Prettytable}} | |||
{{!}}- {{Hl2}} | |||
! Color | |||
! Hexadecimal code | |||
! LSL color representations | |||
{{!}}- | |||
{{!}} style="color: white; background: #001f3f" {{!}}NAVY | |||
{{!}} #001f3f | |||
{{!}}<code><0.000, 0.122, 0.247></code> | |||
{{!}}- | |||
{{!}} style="background: #0074d9" {{!}}BLUE | |||
{{!}} #0074d9 | |||
{{!}}<code><0.000, 0.455, 0.851></code> | |||
{{!}}- | |||
{{!}} style="background: #7fdbff" {{!}}AQUA | |||
{{!}} #7fdbff | |||
{{!}}<code><0.498, 0.859, 1.000></code> | |||
{{!}}- | |||
{{!}} style="background: #39cccc" {{!}}TEAL | |||
{{!}} #39cccc | |||
{{!}}<code><0.224, 0.800, 0.800></code> | |||
{{!}}- | |||
{{!}} style="background: #3d9970" {{!}}OLIVE | |||
{{!}} #3d9970 | |||
{{!}}<code><0.239, 0.600, 0.439></code> | |||
{{!}}- | |||
{{!}} style="background: #2ecc40" {{!}}GREEN | |||
{{!}} #2ecc40 | |||
{{!}}<code><0.180, 0.800, 0.251></code> | |||
{{!}}- | |||
{{!}} style="background: #01ff70" {{!}}LIME | |||
{{!}} #01ff70 | |||
{{!}}<code><0.004, 1.000, 0.439></code> | |||
{{!}}- | |||
{{!}} style="background: #ffdc00" {{!}}YELLOW | |||
{{!}} #ffdc00 | |||
{{!}}<code><1.000, 0.863, 0.000></code> | |||
{{!}}- | |||
{{!}} style="background: #ff851b" {{!}}ORANGE | |||
{{!}} #ff851b | |||
{{!}}<code><1.000, 0.522, 0.106></code> | |||
{{!}}- | |||
{{!}} style="background: #ff4136" {{!}}RED | |||
{{!}} #ff4136 | |||
{{!}}<code><1.000, 0.255, 0.212></code> | |||
{{!}}- | |||
{{!}} style="color: white; background: #85144b" {{!}}MAROON | |||
{{!}} #85144b | |||
{{!}}<code><0.522, 0.078, 0.294></code> | |||
{{!}}- | |||
{{!}} style="background: #f012be" {{!}}FUCHSIA | |||
{{!}} #f012be | |||
{{!}}<code><0.941, 0.071, 0.745></code> | |||
{{!}}- | |||
{{!}} style="color: white; background: #b10dc9" {{!}}PURPLE | |||
{{!}} #b10dc9 | |||
{{!}}<code><0.694, 0.051, 0.788></code> | |||
{{!}}- | |||
{{!}} style="background: #ffffff" {{!}}WHITE | |||
{{!}} #ffffff | |||
{{!}}<code><1.000, 1.000, 1.000></code> | |||
{{!}}- | |||
{{!}} style="background: #dddddd" {{!}}SILVER | |||
{{!}} #dddddd | |||
{{!}}<code><0.867, 0.867, 0.867></code> | |||
{{!}}- | |||
{{!}} style="background: #aaaaaa" {{!}}GRAY | |||
{{!}} #aaaaaa | |||
{{!}}<code><0.667, 0.667, 0.667></code> | |||
{{!}}- | |||
{{!}} style="color: white; background: #111111" {{!}}BLACK | |||
{{!}} #111111 | |||
{{!}}<code><0.067, 0.067, 0.067></code> | |||
{{!}}} | |||
|also_functions= | |also_functions= | ||
{{LSL DefineRow||[[llGetAlpha]]|Gets the prim's alpha}} | {{LSL DefineRow||[[llGetAlpha]]|Gets the prim's alpha}} | ||
Line 33: | Line 107: | ||
|also_tests | |also_tests | ||
|also_events={{LSL DefineRow||[[changed]]|[[CHANGED_COLOR]]}} | |also_events={{LSL DefineRow||[[changed]]|[[CHANGED_COLOR]]}} | ||
|also_articles | |also_articles= | ||
{{LSL DefineRow||[[Color and Scripting]]}} | |||
|notes | |notes | ||
|deprecated | |deprecated |
Latest revision as of 05:16, 30 November 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: llSetLinkColor( integer link, vector color, integer face );0.0 | Forced Delay |
10.0 | Energy |
If a prim exists in the link set at link, set the Blinn-Phong color on face of that prim.
• integer | link | – | Link number (0: unlinked, 1: root prim, >1: child prims and seated avatars) or a LINK_* flag
|
|
• vector | color | – | color in RGB <R, G, B> (<0.0, 0.0, 0.0> = black, <1.0, 1.0, 1.0> = white) | |
• 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.
Examples
Turn a link set green
default
{
touch_start(integer detected)
{
llSetLinkColor(LINK_SET, <0.0, 1.0, 0.0>, ALL_SIDES);
}
}
Useful Snippets
Color | Hexadecimal code | LSL color representations |
---|---|---|
NAVY | #001f3f | <0.000, 0.122, 0.247>
|
BLUE | #0074d9 | <0.000, 0.455, 0.851>
|
AQUA | #7fdbff | <0.498, 0.859, 1.000>
|
TEAL | #39cccc | <0.224, 0.800, 0.800>
|
OLIVE | #3d9970 | <0.239, 0.600, 0.439>
|
GREEN | #2ecc40 | <0.180, 0.800, 0.251>
|
LIME | #01ff70 | <0.004, 1.000, 0.439>
|
YELLOW | #ffdc00 | <1.000, 0.863, 0.000>
|
ORANGE | #ff851b | <1.000, 0.522, 0.106>
|
RED | #ff4136 | <1.000, 0.255, 0.212>
|
MAROON | #85144b | <0.522, 0.078, 0.294>
|
FUCHSIA | #f012be | <0.941, 0.071, 0.745>
|
PURPLE | #b10dc9 | <0.694, 0.051, 0.788>
|
WHITE | #ffffff | <1.000, 1.000, 1.000>
|
SILVER | #dddddd | <0.867, 0.867, 0.867>
|
GRAY | #aaaaaa | <0.667, 0.667, 0.667>
|
BLACK | #111111 | <0.067, 0.067, 0.067>
|
Notes
Link Numbers
Each prim that makes up an object has an address, a link number. To access a specific prim in the object, the prim's link number must be known. In addition to prims having link numbers, avatars seated upon the object do as well.
- If an object consists of only one prim, and there are no avatars seated upon it, the (root) prim's link number is zero.
- However, if the object is made up of multiple prims or there is an avatar seated upon the object, the root prim's link number is one.
When an avatar sits on an object, it is added to the end of the link set and will have the largest link number. In addition to this, while an avatar is seated upon an object, the object is unable to link or unlink prims without unseating all avatars first.
Counting Prims & Avatars
There are two functions of interest when trying to find the number of prims and avatars on an object.
llGetNumberOfPrims()
- Returns the number of prims and seated avatars.llGetObjectPrimCount(llGetKey())
- Returns only the number of prims in the object but will return zero for attachments.
integer GetPrimCount() { //always returns only the number of prims
if(llGetAttached())//Is it attached?
return llGetNumberOfPrims();//returns avatars and prims but attachments can't be sat on.
return llGetObjectPrimCount(llGetKey());//returns only prims but won't work on attachments.
}
Errata
If a script located in a child prim erroneously attempts to access link 0, it will get or set the property of the linkset's root prim. This bug (BUG-5049) is preserved for broken legacy scripts.
See Also
Events
• | changed | – | CHANGED_COLOR |
Functions
• | llGetLinkNumber | – | Returns the link number of the prim the script is in. | |
• | llGetLinkNumberOfSides | – | Returns the number of faces of the linked prim. | |
• | llGetAlpha | – | Gets the prim's alpha | |
• | llSetAlpha | – | Sets the prim's alpha | |
• | llGetColor | – | Gets the prim's color | |
• | llSetColor | – | Sets the prim's color | |
• | llSetLinkAlpha | |||
• | llSetLinkTexture | |||
• | llSetLinkPrimitiveParams |
Articles
• | Color in LSL | |||
• | Color and Scripting |