Klasse java.awt.image.IndexColorModel | 1.0 |
java.lang.Object | +--java.awt.image.ColorModel | +--java.awt.image.IndexColorModel
Konstruktoren | |
---|---|
public | IndexColorModel(int bits, int size, byte[] r, byte[] g, byte[] b) |
public | IndexColorModel(int bits, int size, byte[] r, byte[] g, byte[] b, int trans) |
public | IndexColorModel(int bits, int size, byte[] r, byte[] g, byte[] b, byte[] a) |
public | IndexColorModel(int bits, int size, byte[] cmap, int start, boolean hasalpha) |
public | IndexColorModel(int bits, int size, byte[] cmap, int start, boolean hasalpha, int trans) |
public | IndexColorModel(int bits, int size, int[] cmap, int start, boolean hasalpha, int trans, int transferType) ![]() |