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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET