| 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 public static string RichTextColor(
string text,
Color color
)
Request Example
View SourceParameters
- text
- Type: SystemString
The text to be colored. - color
- Type: Color
The color to make the text.
Return Value
Type:
Stringtext wrapped in color tags.
See Also