ImagePixelFormat

ImagePixelFormat class

Specifies the pixel format for the generated images.

Constants

NameValueDescription
Format1bppIndexed11 bits per pixel, indexed.
Format4bppIndexed44 bits per pixel, indexed.
Format8bppIndexed88 bits per pixel, indexed.
Format24bppRgb2424 bits per pixel, RGB.
Format32bppArgb3232 bits per pixel, ARGB.

Format1bppIndexed

1 bits per pixel, indexed.


Format4bppIndexed

4 bits per pixel, indexed.


Format8bppIndexed

8 bits per pixel, indexed.


Format24bppRgb

24 bits per pixel, RGB.


Format32bppArgb

32 bits per pixel, ARGB.