Accusoft.ImagXpressSdk Namespace : PhotometricInterpretation Enumeration |
'Declaration Public Enum PhotometricInterpretation Inherits System.Enum
'Usage Dim instance As PhotometricInterpretation
public enum PhotometricInterpretation : System.Enum
__value public enum PhotometricInterpretation : public System.Enum
public enum class PhotometricInterpretation : public System.Enum
Member | Value | Description |
---|---|---|
BlackIsZero | 1 | For bilevel and grayscale images: 0 is imaged as black. |
CIELab1976 | 8 | 1976 CIE L*a*b*, normal encoding. |
ICCLab | 9 | ICCLab enocoding. |
None | -1 | Loaded image is non-TIFF, or a TIFF image without a Photometric Interpretation specified. |
PaletteColor | 3 | In this model, a color is described with a single component. The value of the component is used as an index into the red, green and blue curves in the ColorMap field to retrieve an RGB triplet that defines the color. |
RGB | 2 | In the RGB model, a color is described as a combination of the three primary colors of light (red, green, and blue) in particular concentrations. |
Separated | 5 | Usually CMYK. |
TransparencyMask | 4 | This means that the image is used to define an irregularly shaped region of another image in the same TIFF file. |
WhiteIsZero | 0 | For bilevel and grayscale images: 0 is imaged as white. |
YCbCr | 6 | YCbCr. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.PhotometricInterpretation