RgbColor Constructor
Constructs a RGB color from components
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
public RgbColor(
byte r,
byte g,
byte b
)
Public Sub New (
r As Byte,
g As Byte,
b As Byte
)
Parameters
- r Byte
- The red component of the color
- g Byte
- The green component of the color
- b Byte
- The blue component of the color