Terminal.Gui
1.0.0.0
System.ValueType
Attributes are used as elements that contain both a foreground and a background or platform specific features
Attributes are needed to map colors to terminal capabilities that might lack colors, on color
scenarios, they encode both the foreground and the background color and are used in the ColorScheme
class to define color schemes that can be used in your application.
Constructor
1.0.0.0
Value.
Initializes a new instance of the struct.
To be added.
Method
1.0.0.0
Terminal.Gui.Attribute
Foreground color to use.
Background color to use.
Creates an attribute from the specified foreground and background.
The make.
To be added.
Method
1.0.0.0
Terminal.Gui.Attribute
value
Implicitly convert an integer value into an attribute
An attribute with the specified integer value.
To be added.
Method
1.0.0.0
System.Int32
The attribute to convert
Implicit conversion from an attribute to the underlying Int32 representation
The integer value stored in the attribute.
To be added.