Interface IColorSensor
General interface for color sensors
Namespace: Elatec.FCT.Client.Hardware
Assembly: ElatecFCT.dll
Syntax
public interface IColorSensor
Methods
View SourceGetColor(Int32)
Declaration
int GetColor(int waveLenght)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | waveLenght |
Returns
Type | Description |
---|---|
System.Int32 |
Init()
Declaration
void Init()