ColorDepth

ColorDepth enumeration

Wird verwendet, um den Parameterwert anzugeben, der an ein TIFF-Bildgerät übergeben wird.

public enum ColorDepth

Werte

NameWertBeschreibung
Default0Standardfarbtiefe. 32-Bit-Tiefe wird standardmäßig verwendet.
Format8bpp18 Bit pro Pixel. GleichFormat8bppIndexed
Format4bpp24 Bit pro Pixel. GleichFormat4bppIndexed
Format1bpp31 Bit pro Pixel. GleichFormat32bppRgb

Siehe auch