ImagePixelFormat

ImagePixelFormat enumeration

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

public enum ImagePixelFormat

Valeurs

NomÉvaluerLa description
Format1bppIndexed11 bit par pixel, indexé.
Format4bppIndexed44 bits par pixel, indexé.
Format8bppIndexed88 bits par pixel, indexé.
Format24bppRgb2424 bits par pixel, RVB.
Format32bppArgb3232 bits par pixel, ARGB.

Voir également