Table of Contents

Class TrueColor

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Indicates the RGB for true colors.

public class TrueColor
Inheritance
TrueColor
Inherited Members

Constructors

TrueColor(int, int, int)

Initializes a new instance of the TrueColor struct.

Properties

Blue

Blue color component.

Green

Green color component.

Red

Red color component.

Methods

ToConsoleColor()

Converts true color to console color.