OsSetPenColor

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added permissions and delay information)
(Cosmetic)
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|permissions=true
 
|permissions=true
 
|delay=0
 
|delay=0
 +
|additional_info=This function was added in 0.7.2-post-fixes
 
|function_syntax=string osSetPenColor(string drawList, string color)  
 
|function_syntax=string osSetPenColor(string drawList, string color)  
|csharp_syntax=string osSetPenColor(string drawList, string color)
 
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
// Example of osSetPenColor
 
// Example of osSetPenColor
 
+
 
string hexDigits = "0123456789abcdef";
 
string hexDigits = "0123456789abcdef";
list colorNames = [ "AliceBlue", "AntiqueWhite", "Aqua", "Aquamarine", "Azure", "Beige", "Bisque",
+
list colorNames = [
"Black", "BlanchedAlmond", "Blue", "BlueViolet", "Brown", "BurlyWood",
+
    "AliceBlue", "AntiqueWhite", "Aqua", "Aquamarine", "Azure", "Beige", "Bisque",
"CadetBlue", "Chartreuse", "Chocolate", "Coral", "CornflowerBlue", "Cornsilk",
+
    "Black", "BlanchedAlmond", "Blue", "BlueViolet", "Brown", "BurlyWood",
"Crimson", "Cyan", "DarkBlue", "DarkCyan", "DarkGoldenrod", "DarkGrey",
+
    "CadetBlue", "Chartreuse", "Chocolate", "Coral", "CornflowerBlue", "Cornsilk",
"DarkGreen", "DarkKhaki", "DarkMagenta", "DarkOliveGreen", "DarkOrange",
+
    "Crimson", "Cyan", "DarkBlue", "DarkCyan", "DarkGoldenrod", "DarkGrey",
"DarkOrchid", "DarkRed", "DarkSalmon", "DarkSeaGreen", "DarkSlateBlue",
+
    "DarkGreen", "DarkKhaki", "DarkMagenta", "DarkOliveGreen", "DarkOrange",
"DarkSlateGrey", "DarkTurquoise", "DarkViolet", "DeepPink", "DeepSkyBlue",
+
    "DarkOrchid", "DarkRed", "DarkSalmon", "DarkSeaGreen", "DarkSlateBlue",
"DimGrey", "DodgerBlue", "FireBrick", "FloralWhite", "ForestGreen", "Fuchsia",
+
    "DarkSlateGrey", "DarkTurquoise", "DarkViolet", "DeepPink", "DeepSkyBlue",
"Gainsboro", "GhostWhite", "Gold", "Goldenrod", "Grey", "Green", "GreenYellow",
+
    "DimGrey", "DodgerBlue", "FireBrick", "FloralWhite", "ForestGreen", "Fuchsia",
"Honeydew", "HotPink", "IndianRed", "Indigo", "Ivory", "Khaki", "Lavender",
+
    "Gainsboro", "GhostWhite", "Gold", "Goldenrod", "Grey", "Green", "GreenYellow",
"LavenderBlush", "LawnGreen", "LemonChiffon", "LightBlue", "LightCoral",
+
    "Honeydew", "HotPink", "IndianRed", "Indigo", "Ivory", "Khaki", "Lavender",
"LightCyan", "LightGoldenrodYellow", "LightGreen", "LightGrey", "LightPink",
+
    "LavenderBlush", "LawnGreen", "LemonChiffon", "LightBlue", "LightCoral",
"LightSalmon", "LightSeaGreen", "LightSkyBlue", "LightSlateGrey",
+
    "LightCyan", "LightGoldenrodYellow", "LightGreen", "LightGrey", "LightPink",
"LightSteelBlue", "LightYellow", "Lime", "LimeGreen", "Linen", "Magenta",
+
    "LightSalmon", "LightSeaGreen", "LightSkyBlue", "LightSlateGrey",
"Maroon", "MediumAquamarine", "MediumBlue", "MediumOrchid", "MediumPurple",
+
    "LightSteelBlue", "LightYellow", "Lime", "LimeGreen", "Linen", "Magenta",
"MediumSeaGreen", "MediumSlateBlue", "MediumSpringGreen", "MediumTurquoise",
+
    "Maroon", "MediumAquamarine", "MediumBlue", "MediumOrchid", "MediumPurple",
"MediumVioletRed", "MidnightBlue", "MintCream", "MistyRose", "Moccasin",
+
    "MediumSeaGreen", "MediumSlateBlue", "MediumSpringGreen", "MediumTurquoise",
"NavajoWhite", "Navy", "OldLace", "Olive", "OliveDrab", "Orange", "OrangeRed",
+
    "MediumVioletRed", "MidnightBlue", "MintCream", "MistyRose", "Moccasin",
"Orchid", "PaleGoldenrod", "PaleGreen", "PaleTurquoise", "PaleVioletRed",
+
    "NavajoWhite", "Navy", "OldLace", "Olive", "OliveDrab", "Orange", "OrangeRed",
"PapayaWhip", "PeachPuff", "Peru", "Pink", "Plum", "PowderBlue", "Purple",
+
    "Orchid", "PaleGoldenrod", "PaleGreen", "PaleTurquoise", "PaleVioletRed",
"Red", "RosyBrown", "RoyalBlue", "SaddleBrown", "Salmon", "SandyBrown",
+
    "PapayaWhip", "PeachPuff", "Peru", "Pink", "Plum", "PowderBlue", "Purple",
"SeaGreen", "Seashell", "Sienna", "Silver", "SkyBlue", "SlateBlue", "SlateGrey",
+
    "Red", "RosyBrown", "RoyalBlue", "SaddleBrown", "Salmon", "SandyBrown",
"Snow", "SpringGreen", "SteelBlue", "Tan", "Teal", "Thistle", "Tomato",
+
    "SeaGreen", "Seashell", "Sienna", "Silver", "SkyBlue", "SlateBlue", "SlateGrey",
"Turquoise", "Violet", "Wheat", "White", "WhiteSmoke", "Yellow", "YellowGreen" ];
+
    "Snow", "SpringGreen", "SteelBlue", "Tan", "Teal", "Thistle", "Tomato",
 +
    "Turquoise", "Violet", "Wheat", "White", "WhiteSmoke", "Yellow", "YellowGreen"
 +
];
  
 
default
 
default
 
{
 
{
state_entry()
+
    state_entry()
{
+
    {
string CommandList = ""; // Storage for our drawing commands
+
        // Storage for our drawing commands
integer i;
+
        string CommandList = "";
 +
        integer i;
 +
        // Set the pen width to 1 pixel
 +
        CommandList = osSetPenSize(CommandList, 1);
  
CommandList = osSetPenSize( CommandList, 1 ); // Set the pen width to 1 pixel
+
        // draw each named color as a single horizontal line
 +
        for (i = 0; i < 140; ++i)
 +
        {
 +
            // Set the pen to the next color name in our list
 +
            CommandList = osSetPenColor(CommandList, llList2String( colorNames, i));
 +
            // Now draw a line in that color
 +
            CommandList = osDrawLine(CommandList, 0, i, 255, i);
 +
        }
  
for (i = 0; i < 140; ++i) // draw each named color as a single horizontal line
+
        // Now let's fill up the remainder with lines of random colors, leaving a gap of 20 lines.
{
+
        for (i = 161; i < 256; ++i)
// Set the pen to the next color name in our list
+
        {
CommandList = osSetPenColor( CommandList, llList2String( colorNames, i ));
+
            // give it an opaque alpha
// Now draw a line in that color
+
            string thisColor = "ff";
CommandList = osDrawLine( CommandList, 0, i, 255, i );
+
            integer j;
}
+
  
// Now let's fill up the remainder with lines of random colors, leaving a gap of 20 lines.
+
            // then choose six random hex digits for the color
for (i = 161; i < 256; ++i)
+
            for (j = 0; j < 6; ++j)
{
+
            {
string thisColor = "ff"; // give it an opaque alpha
+
                integer k = (integer)llFrand(16.0);
integer j;
+
                thisColor += llGetSubString(hexDigits, k, k);
for (j = 0; j < 6; ++j) // then choose six random hex digits for the color
+
            }
{
+
            CommandList = osSetPenColor(CommandList, thisColor);
integer k = (integer) llFrand( 16.0 );
+
            CommandList = osDrawLine(CommandList, 0, i, 255, i);
thisColor += llGetSubString( hexDigits, k, k );
+
        }
}
+
        // Now generate the texture and apply it to the prim
CommandList = osSetPenColor( CommandList, thisColor );
+
        osSetDynamicTextureData("", "vector", CommandList, "width:256,height:256", 0);
CommandList = osDrawLine( CommandList, 0, i, 255, i );
+
    }
}
+
// Now generate the texture and apply it to the prim
+
osSetDynamicTextureData( "", "vector", CommandList, "width:256,height:256", 0 );
+
}
+
 
}
 
}
 
</source>  
 
</source>  

Revision as of 02:55, 14 February 2019

string osSetPenColor(string drawList, string color)
Appends a PenColor drawing command to the string provided in drawList and returns the result.

This sets the pen's drawing color to either the specified named .NET color or to a 32-bit color value (formatted as eight hexadecimal digits in the format aarrggbb, representing the eight-bit alpha, red, green and blue channels).

For full opacity, use an alpha value of FF (e.g. FFFF0000 for red); for varying degrees of transparency, reduce the alpha value (e.g. 800000FF for semi-transparent blue).

The color names and hexadecimal color representations are not case-sensitive.

NOTE : This function replaces the deprecated OsSetPenColour function.

Threat Level This function does not do a threat level check
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
// Example of osSetPenColor
 
string hexDigits = "0123456789abcdef";
list colorNames = [
    "AliceBlue", "AntiqueWhite", "Aqua", "Aquamarine", "Azure", "Beige", "Bisque",
    "Black", "BlanchedAlmond", "Blue", "BlueViolet", "Brown", "BurlyWood",
    "CadetBlue", "Chartreuse", "Chocolate", "Coral", "CornflowerBlue", "Cornsilk",
    "Crimson", "Cyan", "DarkBlue", "DarkCyan", "DarkGoldenrod", "DarkGrey",
    "DarkGreen", "DarkKhaki", "DarkMagenta", "DarkOliveGreen", "DarkOrange",
    "DarkOrchid", "DarkRed", "DarkSalmon", "DarkSeaGreen", "DarkSlateBlue",
    "DarkSlateGrey", "DarkTurquoise", "DarkViolet", "DeepPink", "DeepSkyBlue",
    "DimGrey", "DodgerBlue", "FireBrick", "FloralWhite", "ForestGreen", "Fuchsia",
    "Gainsboro", "GhostWhite", "Gold", "Goldenrod", "Grey", "Green", "GreenYellow",
    "Honeydew", "HotPink", "IndianRed", "Indigo", "Ivory", "Khaki", "Lavender",
    "LavenderBlush", "LawnGreen", "LemonChiffon", "LightBlue", "LightCoral",
    "LightCyan", "LightGoldenrodYellow", "LightGreen", "LightGrey", "LightPink",
    "LightSalmon", "LightSeaGreen", "LightSkyBlue", "LightSlateGrey",
    "LightSteelBlue", "LightYellow", "Lime", "LimeGreen", "Linen", "Magenta",
    "Maroon", "MediumAquamarine", "MediumBlue", "MediumOrchid", "MediumPurple",
    "MediumSeaGreen", "MediumSlateBlue", "MediumSpringGreen", "MediumTurquoise",
    "MediumVioletRed", "MidnightBlue", "MintCream", "MistyRose", "Moccasin",
    "NavajoWhite", "Navy", "OldLace", "Olive", "OliveDrab", "Orange", "OrangeRed",
    "Orchid", "PaleGoldenrod", "PaleGreen", "PaleTurquoise", "PaleVioletRed",
    "PapayaWhip", "PeachPuff", "Peru", "Pink", "Plum", "PowderBlue", "Purple",
    "Red", "RosyBrown", "RoyalBlue", "SaddleBrown", "Salmon", "SandyBrown",
    "SeaGreen", "Seashell", "Sienna", "Silver", "SkyBlue", "SlateBlue", "SlateGrey",
    "Snow", "SpringGreen", "SteelBlue", "Tan", "Teal", "Thistle", "Tomato",
    "Turquoise", "Violet", "Wheat", "White", "WhiteSmoke", "Yellow", "YellowGreen"
];
 
default
{
    state_entry()
    {
        // Storage for our drawing commands
        string CommandList = "";
        integer i;
        // Set the pen width to 1 pixel
        CommandList = osSetPenSize(CommandList, 1);
 
        // draw each named color as a single horizontal line
        for (i = 0; i < 140; ++i)
        {
            // Set the pen to the next color name in our list
            CommandList = osSetPenColor(CommandList, llList2String( colorNames, i));
            // Now draw a line in that color
            CommandList = osDrawLine(CommandList, 0, i, 255, i);
        }
 
        // Now let's fill up the remainder with lines of random colors, leaving a gap of 20 lines.
        for (i = 161; i < 256; ++i)
        {
            // give it an opaque alpha
            string thisColor = "ff";
            integer j;
 
            // then choose six random hex digits for the color
            for (j = 0; j < 6; ++j)
            {
                integer k = (integer)llFrand(16.0);
                thisColor += llGetSubString(hexDigits, k, k);
            }
            CommandList = osSetPenColor(CommandList, thisColor);
            CommandList = osDrawLine(CommandList, 0, i, 255, i);
        }
        // Now generate the texture and apply it to the prim
        osSetDynamicTextureData("", "vector", CommandList, "width:256,height:256", 0);
    }
}
Notes
This function was added in 0.7.2-post-fixes


Personal tools
General
About This Wiki