For example, if I want to try it out, and see if the sensor can recognize the colour of my computer, HOW DO I DO?
System.out.println(cs.getColor()); yields nothing, just some stupid "object@blabla" if I remember correctly.
System.out.println(cs.getColorID()); yields "7" regardless of whatever the **** I point it at.
I JUST WANT IT TO SAY "BLACK"
And how do I test something, like;
if (cs.getColor() == Color.BLACK) { ...
or;
if (cs.getColorID() == ColorSensor.Color.BLACK (// whats the difference?) ) { ...
THAK MAKES SENSE RIGHT??
Please help me, I'll be really nice to you, I'm not mad I'm just frustrated
// Anders
