Package magick
Interface ColorspaceType
-
public interface ColorspaceType
-
-
Field Summary
Fields Modifier and Type Field Description static intCMYColorspacestatic intCMYKColorspacestatic intGRAYColorspacestatic intHSBColorspacestatic intHSLColorspacestatic intHWBColorspacestatic intLABColorspacestatic intLogColorspacestatic intOHTAColorspacestatic intRec601LumaColorspacestatic intRec601YCbCrColorspacestatic intRec709LumaColorspacestatic intRec709YCbCrColorspacestatic intRGBColorspacestatic intsRGBColorspacestatic intTransparentColorspacestatic intUndefinedColorspacestatic intXYZColorspacestatic intYCbCrColorspacestatic intYCCColorspacestatic intYIQColorspacestatic intYPbPrColorspacestatic intYUVColorspace
-
-
-
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
-
-