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

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java733 byte[] greenLUT; field in class:ImageTypeSpecifier.Indexed
740 byte[] greenLUT,
745 if (redLUT == null || greenLUT == null || blueLUT == null) {
767 greenLUT.length != len ||
773 this.greenLUT = (byte[])greenLUT.clone();
785 greenLUT,
791 greenLUT,
819 * @param greenLUT an array of <code>byte</code>s containing * the
835 * @exception IllegalArgumentException if <code>greenLUT</cod
739 Indexed(byte[] redLUT, byte[] greenLUT, byte[] blueLUT, byte[] alphaLUT, int bits, int dataType) argument
853 createIndexed(byte[] redLUT, byte[] greenLUT, byte[] blueLUT, byte[] alphaLUT, int bits, int dataType) argument
[all...]

Completed in 1392 milliseconds