Table of Contents

Method MakeAttribute

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MakeAttribute(Color, Color)

Make the attribute for the foreground and background colors.

public abstract Attribute MakeAttribute(Color fore, Color back)

Parameters

fore Color

Foreground.

back Color

Background.

Returns

Attribute