Click or drag to resize

ScalarFromRgb Method

[Missing <summary> documentation for "M:OpenCvSharp.Scalar.FromRgb(System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Scalar FromRgb(
	int r,
	int g,
	int b
)

Parameters

r
Type: SystemInt32

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

g
Type: SystemInt32

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

b
Type: SystemInt32

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

Return Value

Type: Scalar

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

See Also