Method Make
Make(Color, Color)
Creates an Attribute from the specified foreground and background colors.
public static Attribute Make(Color foreground, Color background)
Parameters
Returns
- Attribute
The new attribute.
Remarks
If a ConsoleDriver has not been loaded (Application.Driver == null
) this
method will return an attribute with Initialized set to false.