Vec4b Constructor OpenCvSharp Class Library
Initializer

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Vec4b(
	byte item0,
	byte item1,
	byte item2,
	byte item3
)

Parameters

item0
Type: SystemByte

[Missing <param name="item0"/> documentation for "M:OpenCvSharp.CPlusPlus.Vec4b.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)"]

item1
Type: SystemByte

[Missing <param name="item1"/> documentation for "M:OpenCvSharp.CPlusPlus.Vec4b.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)"]

item2
Type: SystemByte

[Missing <param name="item2"/> documentation for "M:OpenCvSharp.CPlusPlus.Vec4b.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)"]

item3
Type: SystemByte

[Missing <param name="item3"/> documentation for "M:OpenCvSharp.CPlusPlus.Vec4b.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)"]

See Also

Reference