- implementing server 1.38 functions

Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
unknown
2010-03-06 00:56:55 -06:00
committed by Melanie
parent 31f7e06c25
commit c0bc25059c
5 changed files with 119 additions and 10 deletions

View File

@@ -4707,5 +4707,10 @@ namespace OpenSim.Region.Framework.Scenes
m_log.Error("[Physics] " + ex);
}
}
public Color4 GetTextColor()
{
return new Color4((byte)Color.R, (byte)Color.G, (byte)Color.B, (byte)(0xFF - Color.A));
}
}
}