Server.Misc.ShardPollGump.Color C# (CSharp) Méthode

Color() public méthode

public Color ( string text, int color ) : string
text string
color int
Résultat string
		public string Color( string text, int color )
		{
			return String.Format( "<BASEFONT COLOR=#{0:X6}>{1}</BASEFONT>", color, text );
		}