Home
last modified time | relevance | path

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

/frameworks/base/awt/java/awt/image/
DIndexColorModel.java36 public class IndexColorModel extends ColorModel { class
112 public IndexColorModel(int bits, int size, int cmap[], int start, int transferType, in IndexColorModel() method in IndexColorModel
185 public IndexColorModel(int bits, int size, int cmap[], int start, boolean hasalpha, int trans, in IndexColorModel() method in IndexColorModel
266 public IndexColorModel(int bits, int size, byte r[], byte g[], byte b[], byte a[]) { in IndexColorModel() method in IndexColorModel
301 public IndexColorModel(int bits, int size, byte r[], byte g[], byte b[], int trans) { in IndexColorModel() method in IndexColorModel
334 public IndexColorModel(int bits, int size, byte r[], byte g[], byte b[]) { in IndexColorModel() method in IndexColorModel
362 … public IndexColorModel(int bits, int size, byte cmap[], int start, boolean hasalpha, int trans) { in IndexColorModel() method in IndexColorModel
435 public IndexColorModel(int bits, int size, byte cmap[], int start, boolean hasalpha) { in IndexColorModel() method in IndexColorModel