Click or drag to resize
Accord.NET (logo)

RGB Constructor (Color)

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(
	Color color
)
Request Example View Source

Parameters

color
Type: System.DrawingColor
Initialize from specified color.
See Also