Tiff 光度计

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TiffPhotometrics extends System.Enum

光度插值枚举

字段

字段描述
MinIsWhite最小值为白色。
MinIsBlack最小值为黑色。
RgbRGB 颜色模型。
Palette颜色映射已索引。
Mask[已被 TIFF rev. 弃用。
Separated颜色分离。
Ycbcr该 CCIR 601。
Cielab1976 CIE Lab*。
IcclabICC Lab*。
ItulabITU Lab*。
LoglCIE Log2(L)。
LogluvCIE Log2(L) (u’,v’)。

MinIsWhite

public static final int MinIsWhite

最小值为白色。

MinIsBlack

public static final int MinIsBlack

最小值为黑色。

Rgb

public static final int Rgb

RGB 颜色模型。

Palette

public static final int Palette

颜色映射已索引。

Mask

public static final int Mask

[obsoleted by TIFF rev. 6.0] Holdout mask.

Separated

public static final int Separated

颜色分离。

Ycbcr

public static final int Ycbcr

该 CCIR 601。

Cielab

public static final int Cielab

1976 CIE Lab*。

Icclab

public static final int Icclab

ICC Lab*。由 Adobe TIFF Technote 4 在 TIFF rev 6.0 之后引入。

Itulab

public static final int Itulab

ITU Lab*。

Logl

public static final int Logl

CIE Log2(L)。

Logluv

public static final int Logluv

CIE Log2(L) (u’,v’)。