Searched defs:IndexColorModel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DIndexColorModel.java31 * The Class IndexColorModel represents a color model in which the color values
36 public class IndexColorModel extends ColorModel { class in inherits:ColorModel
112 public IndexColorModel(int bits, int size, int cmap[], int start, int transferType, method in class:IndexColorModel
115 super(bits, IndexColorModel.createBits(true), ColorSpace.getInstance(ColorSpace.CS_sRGB),
185 public IndexColorModel(int bits, int size, int cmap[], int start, boolean hasalpha, int trans, method in class:IndexColorModel
188 super(bits, IndexColorModel.createBits(hasalpha || (trans >= 0)), ColorSpace
266 public IndexColorModel(int bits, int size, byte r[], byte g[], byte b[], byte a[]) { method in class:IndexColorModel
268 super(bits, IndexColorModel.createBits(true), ColorSpace.getInstance(ColorSpace.CS_sRGB),
301 public IndexColorModel(int bits, int size, byte r[], byte g[], byte b[], int trans) { method in class:IndexColorModel
303 super(bits, IndexColorModel
334 public IndexColorModel(int bits, int size, byte r[], byte g[], byte b[]) { method in class:IndexColorModel
362 public IndexColorModel(int bits, int size, byte cmap[], int start, boolean hasalpha, int trans) { method in class:IndexColorModel
435 public IndexColorModel(int bits, int size, byte cmap[], int start, boolean hasalpha) { method in class:IndexColorModel
[all...]

Completed in 131 milliseconds