Class PngChunkPlte


  • public final class PngChunkPlte
    extends PngChunk
    • Field Detail

      • rgb

        private final int[] rgb
    • Constructor Detail

      • PngChunkPlte

        public PngChunkPlte​(int length,
                            int chunkType,
                            int crc,
                            byte[] bytes)
                     throws ImagingException,
                            java.io.IOException
        Throws:
        ImagingException
        java.io.IOException