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 ColorDetector
All Superinterfaces:
ColorIdentifier
All Known Implementing Classes:
ColorAdapter
public interface
ColorDetector
extends
ColorIdentifier
This interface defines the methods of a generic ColorDetector object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Color
getColor
()
Return the Red, Green and Blue values together in one object.
Methods inherited from interface lejos.robotics.
ColorIdentifier
getColorID
Method Detail
getColor
Color
getColor()
Return the Red, Green and Blue values together in one object.
Returns:
Color object containing the three RGB component values between 0-255.
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