Class PSDColorData
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDColorData
PSDColorData
- Version:
- $Id: PSDColorData.java,v 1.0 Apr 29, 2008 5:33:01 PM haraldk Exp$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) IndexColorModel
private static int[]
toInterleavedRGB
(byte[] pColors)
-
Field Details
-
colors
final byte[] colors -
colorModel
-
-
Constructor Details
-
PSDColorData
PSDColorData(ImageInputStream pInput) throws IOException - Throws:
IOException
-
-
Method Details
-
getIndexColorModel
IndexColorModel getIndexColorModel() -
toInterleavedRGB
private static int[] toInterleavedRGB(byte[] pColors)
-