Home
Home
Docs
Controls
API
Theme
System
Light
Dark
Sponsor
GitHub
Menu
Loading menu…
Home
API
XenoAtom.Ansi
AnsiColor
Methods
Rgb(Byte, Byte, Byte)
Menu
On this page
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
AnsiColor