public class PngChunkPlte extends PngChunk
Constructor and Description |
---|
PngChunkPlte(int length,
int chunkType,
int crc,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
void |
correct(GammaCorrection gammaCorrection) |
int[] |
getRgb() |
int |
getRGB(int index) |
getBytes, getPropertyBits
getByteOrder, getDebug, setDebug
public PngChunkPlte(int length, int chunkType, int crc, byte[] bytes) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public int[] getRgb()
public int getRGB(int index) throws ImageReadException
ImageReadException
public void correct(GammaCorrection gammaCorrection)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"