public final class TiffPhotometrics
extends com.aspose.ms.System.Enum
Photometric interpolation enums
Modifier and Type | Field and Description |
---|---|
static int |
Cielab
1976 CIE L*a*b*.
|
static int |
Icclab
ICC L*a*b*.
|
static int |
Itulab
ITU L*a*b*.
|
static int |
Logl
CIE Log2(L).
|
static int |
Logluv
CIE Log2(L) (u',v').
|
static int |
Mask
[obsoleted by TIFF rev.
|
static int |
MinIsBlack
Min value is black.
|
static int |
MinIsWhite
Min value is white.
|
static int |
Palette
Color map indexed.
|
static int |
Rgb
RGB color model.
|
static int |
Separated
Color separations.
|
static int |
Ycbcr
The CCIR 601.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int MinIsWhite
Min value is white.
public static final int MinIsBlack
Min value is black.
public static final int Rgb
RGB color model.
public static final int Palette
Color map indexed.
public static final int Mask
[obsoleted by TIFF rev. 6.0] Holdout mask.
public static final int Separated
Color separations.
public static final int Ycbcr
The CCIR 601.
public static final int Cielab
1976 CIE L*a*b*.
public static final int Icclab
ICC L*a*b*. Introduced post TIFF rev 6.0 by Adobe TIFF Technote 4.
public static final int Itulab
ITU L*a*b*.
public static final int Logl
CIE Log2(L).
public static final int Logluv
CIE Log2(L) (u',v').