Enum ImagePixelFormat
Specifies image pixel format
Namespace: Azos.Graphics
Assembly: Azos.dll
Syntax
public enum ImagePixelFormat
Fields
| Name | Description |
|---|---|
| BPP16Gray | 2^16 shades of gray |
| BPP1Indexed | Monochrome |
| BPP4Indexed | 4 bit palette |
| BPP8Indexed | 8 bit palette |
| Default | The default pixel format of 32 bits per pixel. The format specifies 24-bit color depth and an 8-bit alpha channel |
| RGB24 | 8 bit per R G and B |
| RGB32 | R G B take 8 bits remaining 4th byte is unused |
| RGBA32 | R G B take 8 bits remaining 4th byte is Alpha |