Table of Contents

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

number int

The color number.

Returns

CliColor

The color representing the specified color number.