Initializer
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Vec4b(
	byte item0,
	byte item1,
	byte item2,
	byte item3
)
Public Sub New ( 
	item0 As Byte,
	item1 As Byte,
	item2 As Byte,
	item3 As Byte
)
public:
Vec4b(
	unsigned char item0, 
	unsigned char item1, 
	unsigned char item2, 
	unsigned char item3
)
new : 
        item0 : byte * 
        item1 : byte * 
        item2 : byte * 
        item3 : byte -> Vec4bOpenCvSharp.Vec4b = function(item0, item1, item2, item3);
Parameters
- item0
- Type: SystemByte
 
- item1
- Type: SystemByte
 
- item2
- Type: SystemByte
 
- item3
- Type: SystemByte
 
 See Also
See Also