Package lejos.robotics
Interface ColorIdentifier
-
- All Known Subinterfaces:
ColorDetector
- All Known Implementing Classes:
ColorAdapter,EV3ColorSensor,HiTechnicColorSensor,NXTColorSensor
public interface ColorIdentifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColorID()Return an enumerated constant that indicates the color detected.
-