JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
int
getColorID
()
Return an enumerated constant that indicates the color detected.
Method Detail
getColorID
int getColorID()
Return an enumerated constant that indicates the color detected. e.g. Color.BLUE
Returns:
An integer from the Color constants, such as Color.BLUE
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method