java.lang.Object
org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.DefaultPalettes

public class DefaultPalettes extends Object
This class provides some well known color palettes as array constants.
Version:
1.0 September 18, 2005 Created.
  • Field Details

    • CRAYONS

      public static final Color[] CRAYONS
      Apple Crayon Colors. Copyright Apple Computer Inc., All rights reserved. The colors are listed here in a logical sequence. Do not change this sequence! Other classes depend on it.
    • APPLE_COLORS

      public static final Color[] APPLE_COLORS
      Apple Colors. Copyright Apple Computer Inc., All rights reserved. The colors are listed here in a logical sequence. Do not change this sequence! Other classes depend on it.
    • WINDOWS_BASIC_COLORS

      public static final Color[] WINDOWS_BASIC_COLORS
      Windows Basic Colors. Copyright Microsoft Inc., All rights reserved. The colors are listed here in a logical sequence. (This is the sequence used by native the Microsoft Windows color dialog.) Do not alter this sequence! Other classes depend on it.
    • WEB_SAFE_COLORS

      public static final Color[] WEB_SAFE_COLORS
      Web safe colors. Copyright Apple Computer Inc., All rights reserved. The colors are listed here in a logical sequence. (This is the sequence used by native NSColorPicker color dialog.) Do not alter this sequence! Other classes depend on it.
    • MS_OFFICE_COLORS

      public static final Color[] MS_OFFICE_COLORS
      Microsoft Office Colors. Copyright Microsoft Inc., All rights reserved. The colors are listed here in a logical sequence. (This is the sequence used by native the Microsoft Office color dialog.) Do not alter this sequence! Other classes depend on it.
  • Constructor Details

    • DefaultPalettes

      private DefaultPalettes()
      Prevent instance creation.