Click or drag to resize
Accord.NET (logo)

RGB Constructor (Byte, Byte, Byte)

Initializes a new instance of the RGB class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public RGB(
	byte red,
	byte green,
	byte blue
)
Request Example View Source

Parameters

red
Type: SystemByte
Red component.
green
Type: SystemByte
Green component.
blue
Type: SystemByte
Blue component.
See Also