Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static Scalar FromRgb(
int r,
int g,
int b
)
Public Shared Function FromRgb (
r As Integer,
g As Integer,
b As Integer
) As Scalar
public:
static Scalar FromRgb(
int r,
int g,
int b
)
static member FromRgb :
r : int *
g : int *
b : int -> Scalar
OpenCvSharp.Scalar.FromRgb = function(r, g, b);
Parameters
- r
- Type: SystemInt32
- g
- Type: SystemInt32
- b
- Type: SystemInt32
Return Value
Type:
Scalar
See Also