Class ColorHelper

java.lang.Object
api.util.color.ColorHelper

public abstract class ColorHelper extends Object
  • Field Details

    • colorOrder

      public static final String[] colorOrder
    • colorOrderCapital

      public static final String[] colorOrderCapital
    • colorOrderUnderscores

      public static final String[] colorOrderUnderscores
    • entryCache

      protected static Map<Integer,ColorBlendEntry> entryCache
    • colorBlendList

      protected static ArrayList<ColorBlendEntry> colorBlendList
  • Constructor Details

    • ColorHelper

      public ColorHelper()
  • Method Details

    • getCachedEntry

      public static ColorBlendEntry getCachedEntry(int color1, int color2)
    • getColorFromID

      public Color getColorFromID(int id)