Click or drag to resize

Vec3b Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec3b(
	byte item0,
	byte item1,
	byte item2
)

Parameters

item0
Type: SystemByte

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

item1
Type: SystemByte

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

item2
Type: SystemByte

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

See Also