ColorDepth

ColorDepth enumeration

Se utiliza para especificar el valor del parámetro pasado a un dispositivo de imagen Tiff.

public enum ColorDepth

Valores

NombreValorDescripción
Default0Profundidad de color predeterminada. Se utiliza una profundidad de 32 bits de forma predeterminada.
Format8bpp18 bits por píxel. IgualFormat8bppIndexed
Format4bpp24 bits por píxel. IgualFormat4bppIndexed
Format1bpp31 bit por píxel. IgualFormat32bppRgb

Ver también