CliColor.FromInt32 Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Converts a color number into a CliColor.
public static CliColor FromInt32(int number)
Parameters
numberintThe color number.
Returns
- CliColor
The color representing the specified color number.