Redigera

Dela via


RgbColor(Byte, Byte, Byte) Constructor

Definition

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

Parameters

r
Byte
g
Byte
b
Byte

Applies to