ImagePixelFormat

ImagePixelFormat enumeration

Especifica el formato de píxeles para las imágenes generadas.

public enum ImagePixelFormat

Valores

NombreValorDescripción
Format1bppIndexed11 bits por píxel, indexado.
Format4bppIndexed44 bits por píxel, indexado.
Format8bppIndexed88 bits por píxel, indexado.
Format24bppRgb2424 bits por píxel, RGB.
Format32bppArgb3232 bits por píxel, ARGB.

Ver también