EColor::EColor
Constructor for EColor objects.
Namespace: Euresys::Open_eVision_2_7
[C++]
void EColor(
)
void EColor(
float c0,
float c1,
float c2
)
Parameters
c0
value for the first color component
c1
value for the second color component
c2
value for the third color component
EColor.EColor
Constructor for EColor objects.
Namespace: Euresys.Open_eVision_2_7
[C#]
void EColor(
)
void EColor(
float c0,
float c1,
float c2
)
Parameters
c0
value for the first color component
c1
value for the second color component
c2
value for the third color component