Table of Contents

Enum GenericImageTiffPhotometric

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Interfaces.dll

Enumerates Tiff photometric values.

public enum GenericImageTiffPhotometric

Fields

CIELAB = 8

Photometric '!1976 CIE Lab*'.

ICCLAB = 9

Photometric 'ICC Lab* [Adobe TIFF Technote 4]'.

ITULAB = 10

Photometric 'ITU Lab*'.

MASK = 4

Photometric '$holdout mask'.

MINISBLACK = 1

Photometric 'min value is black'.

MINISWHITE = 0

Photometric 'min value is white'.

PALETTE = 3

Photometric 'color map indexed'.

RGB = 2

Photometric 'RGB color model'.

SEPARATED = 5

Photometric '!color separations'.

YCBCR = 6

Photometric '!CCIR 601'.