com.sun.jimi.core.util
Class StaticPalettes

java.lang.Object
  |
  +--com.sun.jimi.core.util.StaticPalettes

public class StaticPalettes
extends java.lang.Object

This class is a pure static data array class. Holds packed byte[] arrays of different useful palettes.


Field Summary
static byte[] webPalette
          Web Safe Pallette store in packed Red/Green/Blue byte format.
 
Constructor Summary
StaticPalettes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webPalette

public static byte[] webPalette
Web Safe Pallette store in packed Red/Green/Blue byte format. To get number of entries in palette use "(webPalette.length/3)"
Constructor Detail

StaticPalettes

public StaticPalettes()