Table of Contents

Method MakeColor

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MakeColor(in Color, in Color)

Makes an Attribute.

public virtual Attribute MakeColor(in Color foreground, in Color background)

Parameters

foreground Color

The foreground color.

background Color

The background color.

Returns

Attribute

The attribute for the foreground and background colors.