mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
osSetPenColor
osSetPenColor1 Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user