public readonly struct Style : IEquatable<Style>
kind:method
kind:property
kind:ctor
None
TextStyle
AddTextStyle(TextStyle)
ClearBackground()
ClearForeground()
Equals(Object?)
Equals(Style)
GetHashCode()
RemoveTextStyle(TextStyle)
TryGetBackground(out Color)
TryGetForeground(out Color)
WithBackground(Color)
WithForeground(Color)
WithTextStyle(TextStyle)
BitwiseAnd(Style, TextStyle)
BitwiseOr(Style, Style)
BitwiseOr(Style, TextStyle)
Equality(Style, Style)
Inequality(Style, Style)