Uses of Class
ca.cgjennings.imageio.PSDImageReader.ColorMode
-
Packages that use PSDImageReader.ColorMode Package Description ca.cgjennings.imageio -
-
Uses of PSDImageReader.ColorMode in ca.cgjennings.imageio
Methods in ca.cgjennings.imageio that return PSDImageReader.ColorMode Modifier and Type Method Description PSDImageReader.ColorMode
PSDImageReader. getColorMode()
Returns the color mode used by the image file.static PSDImageReader.ColorMode
PSDImageReader.ColorMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PSDImageReader.ColorMode[]
PSDImageReader.ColorMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-