public static enum ImagingPixmap.ColorSpace extends java.lang.Enum<ImagingPixmap.ColorSpace>
Enum Constant and Description |
---|
CMY |
CMYK |
CMYKA |
GRAYA |
GRAYSCALE |
HLS |
HSV |
Lab |
LABA |
LINEART |
LINOTYPELAB |
LINOTYPELABA |
Luv |
NONE |
RGB |
RGBA |
XYZ |
YCbCr |
YCbYxy |
YIQ |
YUV |
Modifier and Type | Method and Description |
---|---|
int |
getID() |
boolean |
supportsSaving()
Returns whether the color space supports saving.
|
static ImagingPixmap.ColorSpace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImagingPixmap.ColorSpace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImagingPixmap.ColorSpace NONE
public static final ImagingPixmap.ColorSpace XYZ
public static final ImagingPixmap.ColorSpace Lab
public static final ImagingPixmap.ColorSpace Luv
public static final ImagingPixmap.ColorSpace YCbCr
public static final ImagingPixmap.ColorSpace YCbYxy
public static final ImagingPixmap.ColorSpace RGB
public static final ImagingPixmap.ColorSpace GRAYSCALE
public static final ImagingPixmap.ColorSpace HSV
public static final ImagingPixmap.ColorSpace HLS
public static final ImagingPixmap.ColorSpace CMYK
public static final ImagingPixmap.ColorSpace CMY
public static final ImagingPixmap.ColorSpace YUV
public static final ImagingPixmap.ColorSpace YIQ
public static final ImagingPixmap.ColorSpace LINEART
public static final ImagingPixmap.ColorSpace RGBA
public static final ImagingPixmap.ColorSpace GRAYA
public static final ImagingPixmap.ColorSpace LINOTYPELAB
public static final ImagingPixmap.ColorSpace LABA
public static final ImagingPixmap.ColorSpace CMYKA
public static final ImagingPixmap.ColorSpace LINOTYPELABA
public static ImagingPixmap.ColorSpace[] values()
for (ImagingPixmap.ColorSpace c : ImagingPixmap.ColorSpace.values()) System.out.println(c);
public static ImagingPixmap.ColorSpace valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getID()
public boolean supportsSaving()
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.