ImagePixelFormat enumeration

ImagePixelFormat enumeration #

Specifies the pixel format for the generated images.

The ImagePixelFormat type exposes the following members:

Fields #

Field Description
FORMAT_1BPP_INDEXED 1 bits per pixel, indexed.
FORMAT_4BPP_INDEXED 4 bits per pixel, indexed.
FORMAT_8BPP_INDEXED 8 bits per pixel, indexed.
FORMAT_24BPP_RGB 24 bits per pixel, RGB.
FORMAT_32BPP_ARGB 32 bits per pixel, ARGB.

See Also #