Click or drag to resize
RichTextStyle Constructor (Color)
Initializes a new instance of the RichTextStyle struct. Use this constructor for styles to be used for non-dynamic fonts.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public RichTextStyle(
	Color replacementColor
)

Parameters

replacementColor
Type: Color
Replacement color.
See Also