 | RichTextStyle Constructor (Color) |
Initializes a new instance of the
RichTextStyle struct. Use this constructor for
styles to be used for non-dynamic fonts.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic RichTextStyle(
Color replacementColor
)
Parameters
- replacementColor
- Type: Color
Replacement color.
See Also