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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java122 public int IHDR_colorType; field in class:PNGMetadata
258 * Sets the IHDR_bitDepth and IHDR_colorType variables.
293 // Initialize IHDR_colorType
309 (IHDR_colorType != PNGImageReader.PNG_COLOR_PALETTE)) {
342 IHDR_colorType = PNGImageReader.PNG_COLOR_GRAY_ALPHA;
344 IHDR_colorType = PNGImageReader.PNG_COLOR_GRAY;
346 IHDR_colorType = PNGImageReader.PNG_COLOR_PALETTE;
410 IHDR_colorType = PNGImageReader.PNG_COLOR_GRAY;
412 IHDR_colorType = PNGImageReader.PNG_COLOR_GRAY_ALPHA;
414 IHDR_colorType
[all...]

Completed in 32 milliseconds