Click or drag to resize

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
Syntax
C#
public static string SetColorToRichText(
	string str,
	Color color
)
Request Example View Source

Parameters

str
Type: SystemString
String to wrap.
color
Type: UnityEngineColor
Color to apply to the string.

Return Value

Type: String
Unity rich-text string.
Remarks
Note, that Unity rich-text is not the same as RTF specification.
See Also