Class Palette


  • public class Palette
    extends java.lang.Object
    A Palette definition, containing between 0 and 256 colors.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Color[] colors  
    • Constructor Summary

      Constructors 
      Constructor Description
      Palette()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • colors

        public Color[] colors
    • Constructor Detail

      • Palette

        public Palette()