ScreenMessagingSetColorToRichText Method |
Wraps string into Unity rich-text tags to set a color.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
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