public class Colors extends Object
Colors.| Modifier and Type | Method and Description |
|---|---|
static IndexColorModel |
createMacColors()
The macintosh palette is arranged as follows: there are 256 colours to
allocate, an even distribution of colors through the color cube might be
desirable but 256 is not the cube of an integer.
|
public static IndexColorModel createMacColors()
References:
http://paulbourke.net/texture_colour/colourramp/
Copyright © 2014. All Rights Reserved.