C# Class LongoMatch.ConsoleCrayon

Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
ResetColor ( ) : void
Test ( ) : void

Private Methods

Méthode Description
DetectXtermColors ( ) : void
GetAnsiColorControlCode ( ConsoleColor color, bool isForeground ) : string
GetAnsiResetControlCode ( ) : string
SetColor ( ConsoleColor color, bool isForeground ) : void
TestAnsi ( ) : void
TestRuntime ( ) : void
TestSelf ( ) : void
TranslateColor ( ConsoleColor desired, bool &light ) : int
_isatty ( int fd ) : int
isatty ( int fd ) : bool

Method Details

ResetColor() public static méthode

public static ResetColor ( ) : void
Résultat void

Test() public static méthode

public static Test ( ) : void
Résultat void