StyleManager.TextColor Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: StyleManager
Changes the text color and returns an updated IStyle
public IStyle TextColor(SkiaSharp.SKColor textColor);
Parameters
SkiaSharp.SKColor textColor | The new text color |
Returns
IStyle | An IStyle for the new style |