Class Limelight.Color

  • Enclosing class:
    Limelight

    public class Limelight.Color
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double hue  
      double saturation  
      double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Color​(java.lang.Number[] array)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] toArray()  
      • Methods inherited from class java.lang.Object

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

      • hue

        public double hue
      • saturation

        public double saturation
      • value

        public double value
    • Constructor Detail

      • Color

        public Color​(java.lang.Number[] array)
    • Method Detail

      • toArray

        public double[] toArray()