Searched refs:blueLUT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java734 byte[] blueLUT; field in class:ImageTypeSpecifier.Indexed
741 byte[] blueLUT,
745 if (redLUT == null || greenLUT == null || blueLUT == null) {
768 blueLUT.length != len ||
774 this.blueLUT = (byte[])blueLUT.clone();
786 blueLUT);
792 blueLUT,
821 * @param blueLUT an array of <code>byte</code>s containing the
837 * @exception IllegalArgumentException if <code>blueLUT</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 28 milliseconds