Click or drag to resize

ScalarFromRgb Method

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

Parameters

r
Type: SystemInt32
g
Type: SystemInt32
b
Type: SystemInt32

Return Value

Type: Scalar
See Also