com.sun.jimi.core.decoder.psd
Class PSDColorMode

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.psd.PSDColorMode

public class PSDColorMode
extends java.lang.Object

Photoshop image file format Color mode data. For an image in INDEXED format the information loaded into the data[] is all Red colour bytes then all Blue colour bytes then all Green colour bytes.


Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object