| Vec3b Constructor |
Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Vec3b(
byte item0,
byte item1,
byte item2
)
Public Sub New (
item0 As Byte,
item1 As Byte,
item2 As Byte
)
public:
Vec3b(
unsigned char item0,
unsigned char item1,
unsigned char item2
)
new :
item0 : byte *
item1 : byte *
item2 : byte -> Vec3b
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