Class ColorSensorV3.RawColor

  • Enclosing class:
    ColorSensorV3

    public static class ColorSensorV3.RawColor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int blue  
      int green  
      int ir  
      int red  
    • Constructor Summary

      Constructors 
      Constructor Description
      RawColor​(int r, int g, int b, int _ir)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • red

        public int red
      • green

        public int green
      • blue

        public int blue
      • ir

        public int ir
    • Constructor Detail

      • RawColor

        public RawColor​(int r,
                        int g,
                        int b,
                        int _ir)