ScreenMessagingSetColorToRichText Method |
Wraps string into Unity rich-text tags to set a color.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntaxpublic static string SetColorToRichText(
string str,
Color color
)
Request Example
View SourceParameters
- str
- Type: SystemString
String to wrap. - color
- Type: UnityEngineColor
Color to apply to the string.
Return Value
Type:
StringUnity rich-text string.
RemarksNote, that Unity rich-text is not the same as RTF specification.
See Also