CvRGB Method OpenCvSharp Class Library
Constructs a color value

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvScalar RGB(
	int r,
	int g,
	int b
)

Parameters

r
Type: SystemInt32

[Missing <param name="r"/> documentation for "M:OpenCvSharp.Cv.RGB(System.Int32,System.Int32,System.Int32)"]

g
Type: SystemInt32

[Missing <param name="g"/> documentation for "M:OpenCvSharp.Cv.RGB(System.Int32,System.Int32,System.Int32)"]

b
Type: SystemInt32

[Missing <param name="b"/> documentation for "M:OpenCvSharp.Cv.RGB(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: CvScalar

[Missing <returns> documentation for "M:OpenCvSharp.Cv.RGB(System.Int32,System.Int32,System.Int32)"]

See Also

Reference