CliColor.FromName Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets a CliColor from its name.
public static CliColor? FromName(string name)
Parameters
namestringThe name of the color.
Gets a CliColor from its name.
public static CliColor? FromName(string name)
name stringThe name of the color.