EC16::EC16
Constructs a EC16 object.
Namespace: Euresys::Open_eVision_2_5
[C++]
void EC16(
)
void EC16(
OEV_UINT8 c0,
OEV_UINT8 c1,
OEV_UINT8 c2
)
Parameters
c0
The value of the first component of the pixel (red channel).
c1
The value of the second component of the pixel (green channel).
c2
The value of the third component of the pixel (blue channel).
EC16.EC16
Constructs a EC16 object.
Namespace: Euresys::Open_eVision_2_5
[C#]
void EC16(
)
void EC16(
byte c0,
byte c1,
byte c2
)
Parameters
c0
The value of the first component of the pixel (red channel).
c1
The value of the second component of the pixel (green channel).
c2
The value of the third component of the pixel (blue channel).
EC16.EC16
Constructs a EC16 object.
[VB6]
void EC16(
)
void EC16(
Byte c0,
Byte c1,
Byte c2
)
Parameters
c0
The value of the first component of the pixel (red channel).
c1
The value of the second component of the pixel (green channel).
c2
The value of the third component of the pixel (blue channel).