Value | Meaning |
---|---|
PixelRedGreenBlueReserved8BitPerColor | A pixel is 32-bits and byte zero represents red, byte one represents green, byte two represents blue, and byte three is reserved. This is the definition for the physical frame buffer. The byte values for the red, green, and blue components represent the color intensity. This color intensity value range from a minimum intensity of 0 to maximum intensity of 255. |
PixelBlueGreenRedReserved8BitPerColor | A pixel is 32-bits and byte zero represents blue, byte one represents green, byte two represents red, and byte three is reserved. This is the definition for the physical frame buffer. The byte values for the red, green, and blue components represent the color intensity. This color intensity value range from a minimum intensity of 0 to maximum intensity of 255. |
PixelBitMask | The Pixel definition of the physical frame buffer. |
PixelBltOnly | This mode does not support a physical frame buffer. |
PixelFormatMax | Valid EFI_GRAPHICS_PIXEL_FORMAT enum values are less than this value. |