Click or drag to resize

ColorUtilsRichTextColor Method

Wraps the supplied string in rich text color tags.

Namespace:  Archon.SwissArmyLib.Utils
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string RichTextColor(
	string text,
	Color color
)
Request Example View Source

Parameters

text
Type: SystemString
The text to be colored.
color
Type: Color
The color to make the text.

Return Value

Type: String
text wrapped in color tags.
See Also