Class Color5k


  • public class Color5k
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Color5k​(double r, double g, double b)  
      Color5k​(int r, int g, int b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double similarity​(Color5k o)  
      edu.wpi.first.wpilibj.util.Color toColor()  
      edu.wpi.first.wpilibj.util.Color8Bit toColor8Bit()  
      • Methods inherited from class java.lang.Object

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

      • Color5k

        public Color5k​(int r,
                       int g,
                       int b)
      • Color5k

        public Color5k​(double r,
                       double g,
                       double b)
    • Method Detail

      • similarity

        public double similarity​(Color5k o)
      • toColor

        public edu.wpi.first.wpilibj.util.Color toColor()
      • toColor8Bit

        public edu.wpi.first.wpilibj.util.Color8Bit toColor8Bit()