Class ColorScheme | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Defines the color Attributes for common visible elements in a View. Containers such as Window and FrameView use ColorScheme to determine the colors used by sub-views.
public class ColorScheme : IEquatable<ColorScheme>
Inheritance
ColorScheme
Implements
Inherited Members
object.ReferenceEquals(object, object)
Remarks
See also: ColorSchemes.
Properties
The default foreground and background color for text, when the view is disabled.
The foreground and background color for text when the view has the focus.
The foreground and background color for text when the view is highlighted (hot) and has focus.
The foreground and background color for text when the view is highlighted (hot).
The foreground and background color for text when the view is not focused, hot, or disabled.
Methods
Compares two ColorScheme objects for equality.
Compares two ColorScheme objects for equality.
Returns a hashcode for this instance.
Operators
operator ==(ColorScheme, ColorScheme)
Compares two ColorScheme objects for equality.
operator !=(ColorScheme, ColorScheme)
Compares two ColorScheme objects for inequality.