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
HSBColorspace
static int
HSLColorspace
static int
HWBColorspace
static int
LABColorspace
static int
LogColorspace
static int
OHTAColorspace
static int
Rec601LumaColorspace
static int
Rec601YCbCrColorspace
static int
Rec709LumaColorspace
static int
Rec709YCbCrColorspace
static int
RGBColorspace
static int
sRGBColorspace
static int
TransparentColorspace
static int
UndefinedColorspace
static int
XYZColorspace
static int
YCbCrColorspace
static int
YCCColorspace
static int
YIQColorspace
static int
YPbPrColorspace
static int
YUVColorspace
-
-
-
Field Detail
-
UndefinedColorspace
static final int UndefinedColorspace
- See Also:
- Constant Field Values
-
RGBColorspace
static final int RGBColorspace
- See Also:
- Constant Field Values
-
GRAYColorspace
static final int GRAYColorspace
- See Also:
- Constant Field Values
-
TransparentColorspace
static final int TransparentColorspace
- See Also:
- Constant Field Values
-
OHTAColorspace
static final int OHTAColorspace
- See Also:
- Constant Field Values
-
LABColorspace
static final int LABColorspace
- 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
-
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
-
CMYKColorspace
static final int CMYKColorspace
- See Also:
- Constant Field Values
-
sRGBColorspace
static final int sRGBColorspace
- See Also:
- Constant Field Values
-
HSBColorspace
static final int HSBColorspace
- See Also:
- Constant Field Values
-
HSLColorspace
static final int HSLColorspace
- See Also:
- Constant Field Values
-
HWBColorspace
static final int HWBColorspace
- See Also:
- Constant Field Values
-
Rec601LumaColorspace
static final int Rec601LumaColorspace
- See Also:
- Constant Field Values
-
Rec601YCbCrColorspace
static final int Rec601YCbCrColorspace
- See Also:
- Constant Field Values
-
Rec709LumaColorspace
static final int Rec709LumaColorspace
- See Also:
- Constant Field Values
-
Rec709YCbCrColorspace
static final int Rec709YCbCrColorspace
- See Also:
- Constant Field Values
-
LogColorspace
static final int LogColorspace
- See Also:
- Constant Field Values
-
CMYColorspace
static final int CMYColorspace
- See Also:
- Constant Field Values
-
-