Std graphics pixelformat
std:std.graphics.PixelFormat
Enum PixelFormat#
Pixel formats supported by pixmaps.
| PixelFormat | Description | 
|---|---|
| Unknown | Unknown pixel format. | 
| I8 | 8 bit intensity. | 
| A8 | 8 bit alpha. | 
| IA8 | 8 bit intensity, alpha. | 
| RGB8 | 8 bit red, green, blue. | 
| RGBA8 | 8 bit red, green, blue, alpha. | 
Note: The IA16, RGB24 and RGBA32 formats have been deprecated in favor of IA8, RGB8 and RGBA8.