Edytuj

Udostępnij za pośrednictwem


BackgroundColorSpan Constructors

Definition

Overloads

BackgroundColorSpan(RgbColor)
BackgroundColorSpan(String, AnsiControlCode)
BackgroundColorSpan(Byte, Byte, Byte)

BackgroundColorSpan(RgbColor)

public:
 BackgroundColorSpan(System::CommandLine::Rendering::RgbColor ^ rgbColor);
public BackgroundColorSpan(System.CommandLine.Rendering.RgbColor rgbColor);
new System.CommandLine.Rendering.BackgroundColorSpan : System.CommandLine.Rendering.RgbColor -> System.CommandLine.Rendering.BackgroundColorSpan
Public Sub New (rgbColor As RgbColor)

Parameters

rgbColor
RgbColor

Applies to

BackgroundColorSpan(String, AnsiControlCode)

public:
 BackgroundColorSpan(System::String ^ name, System::CommandLine::Rendering::AnsiControlCode ^ ansiControlCode);
public BackgroundColorSpan(string name, System.CommandLine.Rendering.AnsiControlCode ansiControlCode);
new System.CommandLine.Rendering.BackgroundColorSpan : string * System.CommandLine.Rendering.AnsiControlCode -> System.CommandLine.Rendering.BackgroundColorSpan
Public Sub New (name As String, ansiControlCode As AnsiControlCode)

Parameters

name
String
ansiControlCode
AnsiControlCode

Applies to

BackgroundColorSpan(Byte, Byte, Byte)

public:
 BackgroundColorSpan(System::Byte r, System::Byte g, System::Byte b);
public BackgroundColorSpan(byte r, byte g, byte b);
new System.CommandLine.Rendering.BackgroundColorSpan : byte * byte * byte -> System.CommandLine.Rendering.BackgroundColorSpan
Public Sub New (r As Byte, g As Byte, b As Byte)

Parameters

r
Byte
g
Byte
b
Byte

Applies to