osSetPenColor

osSetPenColor1

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Jeff Kelley
2023-05-05 07:12:08 +00:00
committed by UbitUmarov
parent f670a3aa51
commit b96ef0d00c
4 changed files with 57 additions and 1 deletions

View File

@@ -243,6 +243,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
string osSetFontSize(string drawList, int fontSize);
string osSetPenSize(string drawList, int penSize);
string osSetPenColor(string drawList, string color);
string osSetPenColor(string drawList, LSL_Types.Vector3 color);
string osSetPenColor(string drawList, LSL_Types.Vector3 color, LSL_Float alpha);
string osSetPenColour(string drawList, string colour); // Deprecated
string osSetPenCap(string drawList, string direction, string type);
string osDrawImage(string drawList, int width, int height, string imageUrl);