EmfPlusPixelFormat Enumeration

The PixelFormat enumeration defines pixel formats that are supported in EMF+ bitmaps.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusPixelFormat

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
PIXEL_FORMAT_16BPP_ARGB1555The format is 16 bits per pixel; 1 bit is used for the alpha component, and 5 bits each are used for the red, green, and blue components.
PIXEL_FORMAT_16BPP_GRAY_SCALEThe format is 16 bits per pixel, grayscale.
PIXEL_FORMAT_16BPP_RGB555The format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used.
PIXEL_FORMAT_16BPP_RGB565The format is 16 bits per pixel; 5 bits are used for the red component, 6 bits for the green component, and 5 bits for the blue component.
PIXEL_FORMAT_1BPP_INDEXEDThe format is monochrome, and a color palette lookup table is used.
PIXEL_FORMAT_24BPP_RGBThe format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
PIXEL_FORMAT_32BPP_ARGBThe format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
PIXEL_FORMAT_32BPP_PARGBThe format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.
PIXEL_FORMAT_32BPP_RGBThe format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.
PIXEL_FORMAT_48BPP_RGBThe format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components.
PIXEL_FORMAT_4BPP_INDEXEDThe format is 16-color, and a color palette lookup table is used.
PIXEL_FORMAT_64BPP_ARGBThe format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components.
PIXEL_FORMAT_64BPP_PARGBThe format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.
PIXEL_FORMAT_8BPP_INDEXEDThe format is 256-color, and a color palette lookup table is used.
PIXEL_FORMAT_UNDEFINEDThe format is not specified.