Package com.revrobotics
Class ColorSensorV3.RawColor
java.lang.Object
com.revrobotics.ColorSensorV3.RawColor
- Enclosing class:
- ColorSensorV3
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
red
public int red -
green
public int green -
blue
public int blue -
ir
public int ir
-
-
Constructor Details
-
RawColor
public RawColor(int r, int g, int b, int _ir)
-