Table of Contents

Property MinValue

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MinValue

Gets the minimum value of the current type.

public static Color MinValue { get; }

Property Value

Color

A Colorstruct with all values set to zero.

Remarks

Though this returns a Color with A, R, G, and B all set to zero, Terminal.Gui will treat it as black, because the alpha channel is not supported.