ImagePixelFormat

Énumération ImagePixelFormat

Spécifie le format pixel pour les images générées.

public enum ImagePixelFormat

Valeurs

NomValeurDescription
Format1bppIndexed11 bit par pixel, indexé.
Format4bppIndexed44 bits par pixel, indexé.
Format8bppIndexed88 bits par pixel, indexé.
Format24bppRgb2424 bits par pixel, RGB.
Format32bppArgb3232 bits par pixel, ARGB.

Voir aussi