Class DefaultPalettes
java.lang.Object
org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.DefaultPalettes
This class provides some well known color palettes as array constants.
- Version:
- 1.0 September 18, 2005 Created.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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
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
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
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.
-