Rgb(Byte, Byte, Byte) Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Creates a truecolor RGB value.

public static AnsiColor Rgb(byte r, byte g, byte b)

Parameters

r
Byte
g
Byte
b
Byte

Returns