Method AppendColored
AppendColored(StringBuilder, string, Color)
Appends the specified text wrapped in a NWN color token.
public static void AppendColored(this StringBuilder stringBuilder, string text, Color color)
Parameters
stringBuilderStringBuilderThe string builder to append to.
textstringThe text to append.
colorColorThe color to apply via token.