Package magick
Interface ColorspaceType
-
public interface ColorspaceType
-
-
Field Summary
Fields Modifier and Type Field Description static intCMYColorspacestatic intCMYKColorspacestatic intGRAYColorspacestatic intHCLColorspacestatic intHCLpColorspacestatic intHSBColorspacestatic intHSIColorspacestatic intHSLColorspacestatic intHSVColorspacestatic intHWBColorspacestatic intLabColorspacestatic intLCHabColorspacestatic intLCHColorspacestatic intLCHuvColorspacestatic intLMSColorspacestatic intLogColorspacestatic intLuvColorspacestatic intOHTAColorspacestatic intRec601YCbCrColorspacestatic intRec709YCbCrColorspacestatic intRGBColorspacestatic intscRGBColorspacestatic intsRGBColorspacestatic intTransparentColorspacestatic intUndefinedColorspacestatic intxyYColorspacestatic intXYZColorspacestatic intYCbCrColorspacestatic intYCCColorspacestatic intYDbDrColorspacestatic intYIQColorspacestatic intYPbPrColorspacestatic intYUVColorspace
-
-
-
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
-
-