Click or drag to resize

Vec4b Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Vec4b(
	byte item0,
	byte item1,
	byte item2,
	byte item3
)

Parameters

item0
Type: SystemByte
item1
Type: SystemByte
item2
Type: SystemByte
item3
Type: SystemByte
See Also