Table of Contents

CliColor.FromName Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Gets a CliColor from its name.

public static CliColor? FromName(string name)

Parameters

name string

The name of the color.

Returns

CliColor?

The requested CliColor or null if not found.