BackgroundColorSpan Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.