Ansi.Color.Foreground.Rgb(Byte, Byte, Byte) Method
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.
public:
static System::CommandLine::Rendering::AnsiControlCode ^ Rgb(System::Byte r, System::Byte g, System::Byte b);
public static System.CommandLine.Rendering.AnsiControlCode Rgb(byte r, byte g, byte b);
static member Rgb : byte * byte * byte -> System.CommandLine.Rendering.AnsiControlCode
Public Shared Function Rgb (r As Byte, g As Byte, b As Byte) As AnsiControlCode
Parameters
- r
- Byte
- g
- Byte
- b
- Byte
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.