Package magick
Interface ColorspaceType
-
public interface ColorspaceType
-
-
Field Summary
Fields Modifier and Type Field Description static int
CMYColorspace
static int
CMYKColorspace
static int
GRAYColorspace
static int
HCLColorspace
static int
HCLpColorspace
static int
HSBColorspace
static int
HSIColorspace
static int
HSLColorspace
static int
HSVColorspace
static int
HWBColorspace
static int
LabColorspace
static int
LCHabColorspace
static int
LCHColorspace
static int
LCHuvColorspace
static int
LMSColorspace
static int
LogColorspace
static int
LuvColorspace
static int
OHTAColorspace
static int
Rec601YCbCrColorspace
static int
Rec709YCbCrColorspace
static int
RGBColorspace
static int
scRGBColorspace
static int
sRGBColorspace
static int
TransparentColorspace
static int
UndefinedColorspace
static int
xyYColorspace
static int
XYZColorspace
static int
YCbCrColorspace
static int
YCCColorspace
static int
YDbDrColorspace
static int
YIQColorspace
static int
YPbPrColorspace
static int
YUVColorspace
-
-
-
Field Detail
-
UndefinedColorspace
static final int UndefinedColorspace
- See Also:
- Constant Field Values
-
CMYColorspace
static final int CMYColorspace
- See Also:
- Constant Field Values
-
CMYKColorspace
static final int CMYKColorspace
- See Also:
- Constant Field Values
-
GRAYColorspace
static final int GRAYColorspace
- See Also:
- Constant Field Values
-
HCLColorspace
static final int HCLColorspace
- See Also:
- Constant Field Values
-
HCLpColorspace
static final int HCLpColorspace
- See Also:
- Constant Field Values
-
HSBColorspace
static final int HSBColorspace
- See Also:
- Constant Field Values
-
HSIColorspace
static final int HSIColorspace
- See Also:
- Constant Field Values
-
HSLColorspace
static final int HSLColorspace
- See Also:
- Constant Field Values
-
HSVColorspace
static final int HSVColorspace
- See Also:
- Constant Field Values
-
HWBColorspace
static final int HWBColorspace
- See Also:
- Constant Field Values
-
LabColorspace
static final int LabColorspace
- See Also:
- Constant Field Values
-
LCHColorspace
static final int LCHColorspace
- See Also:
- Constant Field Values
-
LCHabColorspace
static final int LCHabColorspace
- See Also:
- Constant Field Values
-
LCHuvColorspace
static final int LCHuvColorspace
- See Also:
- Constant Field Values
-
LogColorspace
static final int LogColorspace
- See Also:
- Constant Field Values
-
LMSColorspace
static final int LMSColorspace
- See Also:
- Constant Field Values
-
LuvColorspace
static final int LuvColorspace
- See Also:
- Constant Field Values
-
OHTAColorspace
static final int OHTAColorspace
- See Also:
- Constant Field Values
-
Rec601YCbCrColorspace
static final int Rec601YCbCrColorspace
- See Also:
- Constant Field Values
-
Rec709YCbCrColorspace
static final int Rec709YCbCrColorspace
- See Also:
- Constant Field Values
-
RGBColorspace
static final int RGBColorspace
- See Also:
- Constant Field Values
-
scRGBColorspace
static final int scRGBColorspace
- See Also:
- Constant Field Values
-
sRGBColorspace
static final int sRGBColorspace
- See Also:
- Constant Field Values
-
TransparentColorspace
static final int TransparentColorspace
- See Also:
- Constant Field Values
-
xyYColorspace
static final int xyYColorspace
- See Also:
- Constant Field Values
-
XYZColorspace
static final int XYZColorspace
- See Also:
- Constant Field Values
-
YCbCrColorspace
static final int YCbCrColorspace
- See Also:
- Constant Field Values
-
YCCColorspace
static final int YCCColorspace
- See Also:
- Constant Field Values
-
YDbDrColorspace
static final int YDbDrColorspace
- See Also:
- Constant Field Values
-
YIQColorspace
static final int YIQColorspace
- See Also:
- Constant Field Values
-
YPbPrColorspace
static final int YPbPrColorspace
- See Also:
- Constant Field Values
-
YUVColorspace
static final int YUVColorspace
- See Also:
- Constant Field Values
-
-